Package | Description |
---|---|
com.aspose.cad.fileformats.ifc.ifc4.entities | |
com.aspose.cad.fileformats.ifc.ifc4.types |
Modifier and Type | Method and Description |
---|---|
IfcWindowTypeEnum |
IfcWindow.getPredefinedType() |
IfcWindowTypeEnum |
IfcWindowType.getPredefinedType() |
Modifier and Type | Method and Description |
---|---|
void |
IfcWindow.setPredefinedType(IfcWindowTypeEnum value) |
void |
IfcWindowType.setPredefinedType(IfcWindowTypeEnum value) |
Modifier and Type | Method and Description |
---|---|
static IfcWindowTypeEnum |
IfcWindowTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWindowTypeEnum[] |
IfcWindowTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|