public enum DXFValueType extends Enum<DXFValueType>
| Enum Constant and Description |
|---|
BINHEX |
BOOLEAN |
DOUBLE |
HANDLEHEX |
IDHEX |
INTEGER |
LONG |
SHORT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static DXFValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DXFValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DXFValueType STRING
public static final DXFValueType SHORT
public static final DXFValueType INTEGER
public static final DXFValueType LONG
public static final DXFValueType BOOLEAN
public static final DXFValueType DOUBLE
public static final DXFValueType HANDLEHEX
public static final DXFValueType IDHEX
public static final DXFValueType BINHEX
public static DXFValueType[] values()
for (DXFValueType c : DXFValueType.values()) System.out.println(c);
public static DXFValueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 B3Partners B.V.. All rights reserved.