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