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