public enum swDxfFormat_e extends java.lang.Enum<swDxfFormat_e>
Enum Constant and Description |
---|
swDxfFormat_R12 |
swDxfFormat_R13 |
swDxfFormat_R14 |
swDxfFormat_R2000 |
swDxfFormat_R2004 |
swDxfFormat_R2007 |
swDxfFormat_R2010 |
swDxfFormat_R2013 |
swDxfFormat_R2018 |
Modifier and Type | Method and Description |
---|---|
static swDxfFormat_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDxfFormat_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDxfFormat_e swDxfFormat_R12
public static final swDxfFormat_e swDxfFormat_R13
public static final swDxfFormat_e swDxfFormat_R14
public static final swDxfFormat_e swDxfFormat_R2000
public static final swDxfFormat_e swDxfFormat_R2004
public static final swDxfFormat_e swDxfFormat_R2007
public static final swDxfFormat_e swDxfFormat_R2010
public static final swDxfFormat_e swDxfFormat_R2013
public static final swDxfFormat_e swDxfFormat_R2018
public static swDxfFormat_e[] values()
for (swDxfFormat_e c : swDxfFormat_e.values()) System.out.println(c);
public static swDxfFormat_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