public static enum CADInstance.Positioning extends Enum<CADInstance.Positioning>
Enum Constant and Description |
---|
ABSOLUTE |
PARENT_RELATIVE |
Modifier and Type | Method and Description |
---|---|
static CADInstance.Positioning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CADInstance.Positioning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CADInstance.Positioning ABSOLUTE
public static final CADInstance.Positioning PARENT_RELATIVE
public static CADInstance.Positioning[] values()
for (CADInstance.Positioning c : CADInstance.Positioning.values()) System.out.println(c);
public static CADInstance.Positioning valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013 OW2 Consortium. All Rights Reserved.