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