| Package | Description |
|---|---|
| psdi.app.bim.loader | |
| psdi.app.bim.parser.cobie |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ItemATTRIBUTE> |
AttributeMapMgr.getMappedField(ItemBase item,
MboRemote mbo)
Use an attribute map for export to convert base Mbo fields to COBie attributes
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeMapMgr.setMappedField(ItemATTRIBUTE attrib,
java.lang.String tableName,
MboRemote mbo)
Get if the attribute is in the current attribute map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeMapMgr.setMappedFields(java.util.Enumeration<ItemATTRIBUTE> attributes,
MboRemote mbo) |
| Modifier and Type | Method and Description |
|---|---|
ItemATTRIBUTE |
ItemBase.getAttribute(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<ItemATTRIBUTE> |
ItemBase.attributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemBase.addAttribute(ItemATTRIBUTE attrib) |
boolean |
ItemAttributeType.compareAndUpdate(Parser project,
ItemATTRIBUTE attrib) |
| Constructor and Description |
|---|
ItemAttributeType(Parser parser,
ItemATTRIBUTE attrib,
ItemValueList valueList,
java.util.Locale local) |