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