public enum swSelectionReferenceTypes_e extends java.lang.Enum<swSelectionReferenceTypes_e>
Enum Constant and Description |
---|
swReferenceTypeBody |
swReferenceTypeEdge |
swReferenceTypeFace |
swReferenceTypeRefPlan |
swReferenceTypeRefSurface |
swReferenceTypeSketchPoint |
swReferenceTypeVertex |
Modifier and Type | Method and Description |
---|---|
static swSelectionReferenceTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSelectionReferenceTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSelectionReferenceTypes_e swReferenceTypeVertex
public static final swSelectionReferenceTypes_e swReferenceTypeEdge
public static final swSelectionReferenceTypes_e swReferenceTypeFace
public static final swSelectionReferenceTypes_e swReferenceTypeRefSurface
public static final swSelectionReferenceTypes_e swReferenceTypeRefPlan
public static final swSelectionReferenceTypes_e swReferenceTypeSketchPoint
public static final swSelectionReferenceTypes_e swReferenceTypeBody
public static swSelectionReferenceTypes_e[] values()
for (swSelectionReferenceTypes_e c : swSelectionReferenceTypes_e.values()) System.out.println(c);
public static swSelectionReferenceTypes_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