public enum IfcSimplePropertyTemplateTypeEnum extends Enum<IfcSimplePropertyTemplateTypeEnum>
Enum Constant and Description |
---|
P_BOUNDEDVALUE |
P_ENUMERATEDVALUE |
P_LISTVALUE |
P_REFERENCEVALUE |
P_SINGLEVALUE |
P_TABLEVALUE |
Q_AREA |
Q_COUNT |
Q_LENGTH |
Q_TIME |
Q_VOLUME |
Q_WEIGHT |
Modifier and Type | Method and Description |
---|---|
static IfcSimplePropertyTemplateTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSimplePropertyTemplateTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSimplePropertyTemplateTypeEnum P_SINGLEVALUE
public static final IfcSimplePropertyTemplateTypeEnum P_ENUMERATEDVALUE
public static final IfcSimplePropertyTemplateTypeEnum P_BOUNDEDVALUE
public static final IfcSimplePropertyTemplateTypeEnum P_LISTVALUE
public static final IfcSimplePropertyTemplateTypeEnum P_TABLEVALUE
public static final IfcSimplePropertyTemplateTypeEnum P_REFERENCEVALUE
public static final IfcSimplePropertyTemplateTypeEnum Q_LENGTH
public static final IfcSimplePropertyTemplateTypeEnum Q_AREA
public static final IfcSimplePropertyTemplateTypeEnum Q_VOLUME
public static final IfcSimplePropertyTemplateTypeEnum Q_COUNT
public static final IfcSimplePropertyTemplateTypeEnum Q_WEIGHT
public static final IfcSimplePropertyTemplateTypeEnum Q_TIME
public static IfcSimplePropertyTemplateTypeEnum[] values()
for (IfcSimplePropertyTemplateTypeEnum c : IfcSimplePropertyTemplateTypeEnum.values()) System.out.println(c);
public static IfcSimplePropertyTemplateTypeEnum 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