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