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