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