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