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