| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcContextDependentUnit
A representation of the model object 'Ifc Context Dependent Unit'.
|
interface |
IfcConversionBasedUnit
A representation of the model object 'Ifc Conversion Based Unit'.
|
interface |
IfcConversionBasedUnitWithOffset
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcDerivedUnit
A representation of the model object 'Ifc Derived Unit'.
|
interface |
IfcMonetaryUnit
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcNamedUnit
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcSIUnit
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
| Modifier and Type | Method and Description |
|---|---|
IfcUnit |
IfcPropertyTableValue.getDefinedUnit()
Returns the value of the 'Defined Unit' reference.
|
IfcUnit |
IfcPropertyTableValue.getDefiningUnit()
Returns the value of the 'Defining Unit' reference.
|
IfcUnit |
IfcSimplePropertyTemplate.getPrimaryUnit()
Returns the value of the 'Primary Unit' reference.
|
IfcUnit |
IfcSimplePropertyTemplate.getSecondaryUnit()
Returns the value of the 'Secondary Unit' reference.
|
IfcUnit |
IfcPropertySingleValue.getUnit()
Returns the value of the 'Unit' reference.
|
IfcUnit |
IfcPropertyListValue.getUnit()
Returns the value of the 'Unit' reference.
|
IfcUnit |
IfcPropertyEnumeration.getUnit()
Returns the value of the 'Unit' reference.
|
IfcUnit |
IfcPropertyBoundedValue.getUnit()
Returns the value of the 'Unit' reference.
|
IfcUnit |
IfcTimeSeries.getUnit()
Returns the value of the 'Unit' reference.
|
IfcUnit |
IfcTableColumn.getUnit()
Returns the value of the 'Unit' reference.
|
IfcUnit |
IfcMeasureWithUnit.getUnitComponent()
Returns the value of the 'Unit Component' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcUnit> |
IfcUnitAssignment.getUnits()
Returns the value of the 'Units' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcPropertyTableValue.setDefinedUnit(IfcUnit value)
Sets the value of the '
Defined Unit' reference. |
void |
IfcPropertyTableValue.setDefiningUnit(IfcUnit value)
Sets the value of the '
Defining Unit' reference. |
void |
IfcSimplePropertyTemplate.setPrimaryUnit(IfcUnit value)
Sets the value of the '
Primary Unit' reference. |
void |
IfcSimplePropertyTemplate.setSecondaryUnit(IfcUnit value)
Sets the value of the '
Secondary Unit' reference. |
void |
IfcPropertySingleValue.setUnit(IfcUnit value)
Sets the value of the '
Unit' reference. |
void |
IfcPropertyListValue.setUnit(IfcUnit value)
Sets the value of the '
Unit' reference. |
void |
IfcPropertyEnumeration.setUnit(IfcUnit value)
Sets the value of the '
Unit' reference. |
void |
IfcPropertyBoundedValue.setUnit(IfcUnit value)
Sets the value of the '
Unit' reference. |
void |
IfcTimeSeries.setUnit(IfcUnit value)
Sets the value of the '
Unit' reference. |
void |
IfcTableColumn.setUnit(IfcUnit value)
Sets the value of the '
Unit' reference. |
void |
IfcMeasureWithUnit.setUnitComponent(IfcUnit value)
Sets the value of the '
Unit Component' reference. |
| Modifier and Type | Method and Description |
|---|---|
IfcUnit |
IfcPropertyTableValueImpl.getDefinedUnit() |
IfcUnit |
IfcPropertyTableValueImpl.getDefiningUnit() |
IfcUnit |
IfcSimplePropertyTemplateImpl.getPrimaryUnit() |
IfcUnit |
IfcSimplePropertyTemplateImpl.getSecondaryUnit() |
IfcUnit |
IfcTableColumnImpl.getUnit() |
IfcUnit |
IfcTimeSeriesImpl.getUnit() |
IfcUnit |
IfcPropertyEnumerationImpl.getUnit() |
IfcUnit |
IfcPropertySingleValueImpl.getUnit() |
IfcUnit |
IfcPropertyListValueImpl.getUnit() |
IfcUnit |
IfcPropertyBoundedValueImpl.getUnit() |
IfcUnit |
IfcMeasureWithUnitImpl.getUnitComponent() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcUnit> |
IfcUnitAssignmentImpl.getUnits() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcPropertyTableValueImpl.setDefinedUnit(IfcUnit newDefinedUnit) |
void |
IfcPropertyTableValueImpl.setDefiningUnit(IfcUnit newDefiningUnit) |
void |
IfcSimplePropertyTemplateImpl.setPrimaryUnit(IfcUnit newPrimaryUnit) |
void |
IfcSimplePropertyTemplateImpl.setSecondaryUnit(IfcUnit newSecondaryUnit) |
void |
IfcTableColumnImpl.setUnit(IfcUnit newUnit) |
void |
IfcTimeSeriesImpl.setUnit(IfcUnit newUnit) |
void |
IfcPropertyEnumerationImpl.setUnit(IfcUnit newUnit) |
void |
IfcPropertySingleValueImpl.setUnit(IfcUnit newUnit) |
void |
IfcPropertyListValueImpl.setUnit(IfcUnit newUnit) |
void |
IfcPropertyBoundedValueImpl.setUnit(IfcUnit newUnit) |
void |
IfcMeasureWithUnitImpl.setUnitComponent(IfcUnit newUnitComponent) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcUnit(IfcUnit object)
Returns the result of interpreting the object as an instance of 'Ifc
Unit'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.