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