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