Class JDFAutoValue

  • 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

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

      • JDFAutoValue

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

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

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

      • setAllowedValue

        public void setAllowedValue​(java.lang.String value)
        (36) set attribute AllowedValue
        Parameters:
        value - the value to set the attribute to
      • getAllowedValue

        public java.lang.String getAllowedValue()
        (23) get String attribute AllowedValue
        Returns:
        the value of the attribute
      • setPresentValue

        public void setPresentValue​(java.lang.String value)
        (36) set attribute PresentValue
        Parameters:
        value - the value to set the attribute to
      • getPresentValue

        public java.lang.String getPresentValue()
        (23) get String attribute PresentValue
        Returns:
        the value of the attribute
      • setValueUsage

        public void setValueUsage​(JDFAutoValue.EnumValueUsage enumVar)
        (5) set attribute ValueUsage
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setValue

        public void setValue​(java.lang.String value)
        (36) set attribute Value
        Parameters:
        value - the value to set the attribute to
      • getValue

        public java.lang.String getValue()
        (23) get String attribute Value
        Returns:
        the value of the attribute
      • getCreateLoc

        public JDFLoc getCreateLoc​(int iSkip)
        (26) getCreateLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element
      • getLoc

        public JDFLoc getLoc​(int iSkip)
        (27) const get element Loc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element default is getLoc(0)
      • getAllLoc

        public java.util.Collection<JDFLoc> getAllLoc()
        Get all Loc from the current element
        Returns:
        Collection, null if none are available
      • appendLoc

        public JDFLoc appendLoc()
        (30) append element Loc
        Returns:
        JDFLoc the element