Package | Description |
---|---|
org.cip4.jdflib.auto | |
org.cip4.jdflib.core |
Modifier and Type | Method and Description |
---|---|
JDFGeneralID |
JDFAutoPreview.appendGeneralID()
(30) append element GeneralID
|
JDFGeneralID |
JDFAutoPreview.getCreateGeneralID(int iSkip)
(26) getCreateGeneralID
|
JDFGeneralID |
JDFAutoPreview.getGeneralID(int iSkip)
(27) const get element GeneralID
|
Modifier and Type | Method and Description |
---|---|
Collection<JDFGeneralID> |
JDFAutoPreview.getAllGeneralID()
Get all GeneralID from the current element
|
Modifier and Type | Method and Description |
---|---|
JDFGeneralID |
JDFElement.appendGeneralID()
append an empty GeneralID
|
JDFGeneralID |
JDFElement.appendGeneralID(String idUsage,
String idValue)
append a GeneralID with idValue, duplicate entries are retained
generalID elements are always placed first and new GeneralID elements are appended at the end of the list
|
JDFGeneralID |
JDFElement.appendGeneralID(String idUsage,
String idValue,
JDFAutoGeneralID.EnumDataType namedfeature)
append a GeneralID with idValue, duplicate entries are retained
generalID elements are always placed first and new GeneralID elements are appended at the end of the list
|
JDFGeneralID |
JDFElement.getGeneralID(int i)
gets attribute GeneralID
|
JDFGeneralID |
JDFElement.setGeneralID(String idUsage,
String idValue)
Creates or Updates a GeneralID with the IDUsage idUsage and IDValue=idValue all entries with a duplicate idUsage are removed
|
Modifier and Type | Method and Description |
---|---|
VectorMap<String,JDFGeneralID> |
JDFElement.getGeneralIDVectorMap()
Gets a map of all GeneralID key-value Pair lists
if multiple generalIDs with the same IDUsage are specified, each GeneralID is added to the VectorMap
|
Copyright © 2018. All rights reserved.