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