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