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