Uses of Class
org.cip4.jdflib.resource.process.JDFGeneralID

Packages that use JDFGeneralID
org.cip4.jdflib.auto   
org.cip4.jdflib.core   
 

Uses of JDFGeneralID in org.cip4.jdflib.auto
 

Methods in org.cip4.jdflib.auto that return JDFGeneralID
 JDFGeneralID JDFAutoPreview.appendGeneralID()
          (30) append element GeneralID
 JDFGeneralID JDFAutoPreview.getCreateGeneralID(int iSkip)
          (26) getCreateGeneralID
 JDFGeneralID JDFAutoPreview.getGeneralID(int iSkip)
          (27) const get element GeneralID
 

Methods in org.cip4.jdflib.auto that return types with arguments of type JDFGeneralID
 Collection<JDFGeneralID> JDFAutoPreview.getAllGeneralID()
          Get all GeneralID from the current element
 

Uses of JDFGeneralID in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core that return JDFGeneralID
 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.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
 

Methods in org.cip4.jdflib.core that return types with arguments of type JDFGeneralID
 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 © 2013. All Rights Reserved.