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