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