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