public enum swSeedAlignmentReferencePoint_e extends java.lang.Enum<swSeedAlignmentReferencePoint_e>
Enum Constant and Description |
---|
swSeedAlignmentReferencePoint_BoundingBoxCenter |
swSeedAlignmentReferencePoint_ComponentOrigin |
Modifier and Type | Method and Description |
---|---|
static swSeedAlignmentReferencePoint_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSeedAlignmentReferencePoint_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSeedAlignmentReferencePoint_e swSeedAlignmentReferencePoint_BoundingBoxCenter
public static final swSeedAlignmentReferencePoint_e swSeedAlignmentReferencePoint_ComponentOrigin
public static swSeedAlignmentReferencePoint_e[] values()
for (swSeedAlignmentReferencePoint_e c : swSeedAlignmentReferencePoint_e.values()) System.out.println(c);
public static swSeedAlignmentReferencePoint_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null