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