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