public enum swMateEntity2ReferenceType_e extends java.lang.Enum<swMateEntity2ReferenceType_e>
Modifier and Type | Method and Description |
---|---|
static swMateEntity2ReferenceType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMateEntity2ReferenceType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Point
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Line
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Circle
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Plane
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Cylinder
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Sphere
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Set
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Cone
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_SweptSurface
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_MultipleSurface
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_GenSurface
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_Ellipse
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_GeneralCurve
public static final swMateEntity2ReferenceType_e swMateEntity2ReferenceType_UNKNOWN
public static swMateEntity2ReferenceType_e[] values()
for (swMateEntity2ReferenceType_e c : swMateEntity2ReferenceType_e.values()) System.out.println(c);
public static swMateEntity2ReferenceType_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