public enum IfcTaskTypeEnum4 extends Enum<IfcTaskTypeEnum4>
IfcTaskTypeEnum
| Enum Constant and Description |
|---|
ATTENDANCE |
CONSTRUCTION |
DEMOLITION |
DISMANTLE |
DISPOSAL |
INSTALLATION |
LOGISTIC |
MAINTENANCE |
MOVE |
NOTDEFINED |
OPERATION |
REMOVAL |
RENOVATION |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcTaskTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcTaskTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcTaskTypeEnum4 ATTENDANCE
public static final IfcTaskTypeEnum4 CONSTRUCTION
public static final IfcTaskTypeEnum4 DEMOLITION
public static final IfcTaskTypeEnum4 DISMANTLE
public static final IfcTaskTypeEnum4 DISPOSAL
public static final IfcTaskTypeEnum4 INSTALLATION
public static final IfcTaskTypeEnum4 LOGISTIC
public static final IfcTaskTypeEnum4 MAINTENANCE
public static final IfcTaskTypeEnum4 MOVE
public static final IfcTaskTypeEnum4 OPERATION
public static final IfcTaskTypeEnum4 REMOVAL
public static final IfcTaskTypeEnum4 RENOVATION
public static final IfcTaskTypeEnum4 USERDEFINED
public static final IfcTaskTypeEnum4 NOTDEFINED
public static IfcTaskTypeEnum4[] values()
for (IfcTaskTypeEnum4 c : IfcTaskTypeEnum4.values()) System.out.println(c);
public static IfcTaskTypeEnum4 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.