Class JDFAutoMetadataMap

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFMetadataMap

    public abstract class JDFAutoMetadataMap
    extends JDFElement
    class JDFAutoMetadataMap : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoMetadataMap

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

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

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

      • setContext

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

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

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

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

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

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

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

        public java.lang.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 java.util.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