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