public enum swDocumentTypes_e extends java.lang.Enum<swDocumentTypes_e>
Enum Constant and Description |
---|
swDocASSEMBLY |
swDocDRAWING |
swDocIMPORTED_ASSEMBLY |
swDocIMPORTED_PART |
swDocLAYOUT |
swDocNONE |
swDocPART |
swDocSDM |
Modifier and Type | Method and Description |
---|---|
static swDocumentTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDocumentTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDocumentTypes_e swDocNONE
public static final swDocumentTypes_e swDocPART
public static final swDocumentTypes_e swDocASSEMBLY
public static final swDocumentTypes_e swDocDRAWING
public static final swDocumentTypes_e swDocSDM
public static final swDocumentTypes_e swDocLAYOUT
public static final swDocumentTypes_e swDocIMPORTED_PART
public static final swDocumentTypes_e swDocIMPORTED_ASSEMBLY
public static swDocumentTypes_e[] values()
for (swDocumentTypes_e c : swDocumentTypes_e.values()) System.out.println(c);
public static swDocumentTypes_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