public enum swMateType_e extends java.lang.Enum<swMateType_e>
Modifier and Type | Method and Description |
---|---|
static swMateType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMateType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMateType_e swMateCOINCIDENT
public static final swMateType_e swMateCONCENTRIC
public static final swMateType_e swMatePERPENDICULAR
public static final swMateType_e swMatePARALLEL
public static final swMateType_e swMateTANGENT
public static final swMateType_e swMateDISTANCE
public static final swMateType_e swMateANGLE
public static final swMateType_e swMateUNKNOWN
public static final swMateType_e swMateSYMMETRIC
public static final swMateType_e swMateCAMFOLLOWER
public static final swMateType_e swMateGEAR
public static final swMateType_e swMateWIDTH
public static final swMateType_e swMateLOCKTOSKETCH
public static final swMateType_e swMateRACKPINION
public static final swMateType_e swMateMAXMATES
public static final swMateType_e swMatePATH
public static final swMateType_e swMateLOCK
public static final swMateType_e swMateSCREW
public static final swMateType_e swMateLINEARCOUPLER
public static final swMateType_e swMateUNIVERSALJOINT
public static final swMateType_e swMateCOORDINATE
public static final swMateType_e swMateSLOT
public static final swMateType_e swMateHINGE
public static final swMateType_e swMateSLIDER
public static final swMateType_e swMatePROFILECENTER
public static final swMateType_e swMateMAGNETIC
public static swMateType_e[] values()
for (swMateType_e c : swMateType_e.values()) System.out.println(c);
public static swMateType_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