Class JDFValue

  • 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 class JDFValue
    extends JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFValue

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

        public JDFValue​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                        java.lang.String myNamespaceURI,
                        java.lang.String qualifiedName)
        Constructor for JDFValue
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
      • JDFValue

        public JDFValue​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                        java.lang.String myNamespaceURI,
                        java.lang.String qualifiedName,
                        java.lang.String myLocalName)
        Constructor for JDFValue
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        localName -
    • Method Detail

      • stringToValueUsage

        @Deprecated
        public static JDFAutoValue.EnumValueUsage stringToValueUsage​(java.lang.String enumName)
        Deprecated.
        use EnumValueUsage.getEnum(enumName);
        Parameters:
        enumName -
        Returns:
      • setAllowedValue

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

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

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

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

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

        public JDFAutoValue.EnumValueUsage getValueUsage()
        (9) get ValueUsage attribute ValueUsage
        Returns:
        EnumValueUsage the value of the attribute
      • setValue

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

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

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

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

        @Deprecated
        public VElement getLocVector​(JDFAttributeMap mAttrib,
                                     boolean bAnd)
        Deprecated.
        use getChildElementVector() instead
        (28) get vector of all direct child elements Loc
        Parameters:
        JDFAttributeMap - mAttrib the map of attributes to select
        boolean - bAnd if true all attributes in the map are AND'ed, else they are OR'ed
      • getLocVector

        @Deprecated
        public VElement getLocVector()
        Deprecated.
        use getChildElementVector() instead
      • appendLoc

        public JDFLoc appendLoc()