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