public enum IfcOccupantTypeEnum extends Enum<IfcOccupantTypeEnum>
Enum Constant and Description |
---|
ASSIGNEE |
ASSIGNOR |
LESSEE |
LESSOR |
LETTINGAGENT |
NOTDEFINED |
OWNER |
TENANT |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcOccupantTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcOccupantTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcOccupantTypeEnum ASSIGNEE
public static final IfcOccupantTypeEnum ASSIGNOR
public static final IfcOccupantTypeEnum LESSEE
public static final IfcOccupantTypeEnum LESSOR
public static final IfcOccupantTypeEnum LETTINGAGENT
public static final IfcOccupantTypeEnum OWNER
public static final IfcOccupantTypeEnum TENANT
public static final IfcOccupantTypeEnum USERDEFINED
public static final IfcOccupantTypeEnum NOTDEFINED
public static IfcOccupantTypeEnum[] values()
for (IfcOccupantTypeEnum c : IfcOccupantTypeEnum.values()) System.out.println(c);
public static IfcOccupantTypeEnum 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