Class JDFAutoMetadataMap

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoMetadataMap
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFMetadataMap

public abstract class JDFAutoMetadataMap extends JDFElement
class JDFAutoMetadataMap : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoMetadataMap

      protected JDFAutoMetadataMap(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoMetadataMap
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoMetadataMap

      protected JDFAutoMetadataMap(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoMetadataMap
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoMetadataMap

      protected JDFAutoMetadataMap(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoMetadataMap
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setContext

      public void setContext(JDFAutoMetadataMap.EnumContext enumVar)
      (5) set attribute Context
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getContext

      public JDFAutoMetadataMap.EnumContext getContext()
      (9) get attribute Context
      Returns:
      the value of the attribute
    • setDataType

      public void setDataType(JDFAutoMetadataMap.EnumDataType enumVar)
      (5) set attribute DataType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDataType

      public JDFAutoMetadataMap.EnumDataType getDataType()
      (9) get attribute DataType
      Returns:
      the value of the attribute
    • setName

      public void setName(String value)
      (36) set attribute Name
      Parameters:
      value - the value to set the attribute to
    • getName

      public String getName()
      (23) get String attribute Name
      Returns:
      the value of the attribute
    • setValueFormat

      public void setValueFormat(String value)
      (36) set attribute ValueFormat
      Parameters:
      value - the value to set the attribute to
    • getValueFormat

      public String getValueFormat()
      (23) get String attribute ValueFormat
      Returns:
      the value of the attribute
    • setValueTemplate

      public void setValueTemplate(String value)
      (36) set attribute ValueTemplate
      Parameters:
      value - the value to set the attribute to
    • getValueTemplate

      public String getValueTemplate()
      (23) get String attribute ValueTemplate
      Returns:
      the value of the attribute
    • getExpr

      public JDFExpr getExpr()
      (24) const get element Expr
      Returns:
      JDFExpr the element
    • getCreateExpr

      public JDFExpr getCreateExpr()
      (25) getCreateExpr
      Returns:
      JDFExpr the element
    • getCreateExpr

      public JDFExpr getCreateExpr(int iSkip)
      (26) getCreateExpr
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFExpr the element
    • getExpr

      public JDFExpr getExpr(int iSkip)
      (27) const get element Expr
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFExpr the element default is getExpr(0)
    • getAllExpr

      public Collection<JDFExpr> getAllExpr()
      Get all Expr from the current element
      Returns:
      Collection, null if none are available
    • appendExpr

      public JDFExpr appendExpr()
      (30) append element Expr
      Returns:
      JDFExpr the element