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