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