public enum swMateEntityTypes_e extends java.lang.Enum<swMateEntityTypes_e>
Enum Constant and Description |
---|
swMateCircle |
swMateCone |
swMateCylinder |
swMateLine |
swMatePlane |
swMatePoint |
swMateSphere |
swMateUnsupported |
Modifier and Type | Method and Description |
---|---|
static swMateEntityTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMateEntityTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMateEntityTypes_e swMateUnsupported
public static final swMateEntityTypes_e swMatePoint
public static final swMateEntityTypes_e swMateLine
public static final swMateEntityTypes_e swMatePlane
public static final swMateEntityTypes_e swMateCylinder
public static final swMateEntityTypes_e swMateCone
public static final swMateEntityTypes_e swMateSphere
public static final swMateEntityTypes_e swMateCircle
public static swMateEntityTypes_e[] values()
for (swMateEntityTypes_e c : swMateEntityTypes_e.values()) System.out.println(c);
public static swMateEntityTypes_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