Class JDFAutoNameState

  • 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 JDFAutoNameState
    extends JDFResource
    class JDFAutoNameState : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoNameState

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

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

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

      • setDefaultValue

        public void setDefaultValue​(java.lang.String value)
        (36) set attribute DefaultValue
        Parameters:
        value - the value to set the attribute to
      • getDefaultValue

        public java.lang.String getDefaultValue()
        (23) get String attribute DefaultValue
        Returns:
        the value of the attribute
      • setCurrentValue

        public void setCurrentValue​(java.lang.String value)
        (36) set attribute CurrentValue
        Parameters:
        value - the value to set the attribute to
      • getCurrentValue

        public java.lang.String getCurrentValue()
        (23) get String attribute CurrentValue
        Returns:
        the value of the attribute
      • setAllowedRegExp

        public void setAllowedRegExp​(java.lang.String value)
        (36) set attribute AllowedRegExp
        Parameters:
        value - the value to set the attribute to
      • getAllowedRegExp

        public java.lang.String getAllowedRegExp()
        (23) get String attribute AllowedRegExp
        Returns:
        the value of the attribute
      • setAllowedValueList

        public void setAllowedValueList​(VString value)
        (36) set attribute AllowedValueList
        Parameters:
        value - the value to set the attribute to
      • getAllowedValueList

        public VString getAllowedValueList()
        (21) get VString attribute AllowedValueList
        Returns:
        VString the value of the attribute
      • setPresentRegExp

        public void setPresentRegExp​(java.lang.String value)
        (36) set attribute PresentRegExp
        Parameters:
        value - the value to set the attribute to
      • getPresentRegExp

        public java.lang.String getPresentRegExp()
        (23) get String attribute PresentRegExp
        Returns:
        the value of the attribute
      • setPresentValueList

        public void setPresentValueList​(VString value)
        (36) set attribute PresentValueList
        Parameters:
        value - the value to set the attribute to
      • getPresentValueList

        public VString getPresentValueList()
        (21) get VString attribute PresentValueList
        Returns:
        VString 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
      • getCreateValueLoc

        public JDFValueLoc getCreateValueLoc​(int iSkip)
        (26) getCreateValueLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValueLoc the element
      • getValueLoc

        public JDFValueLoc getValueLoc​(int iSkip)
        (27) const get element ValueLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValueLoc the element default is getValueLoc(0)
      • getAllValueLoc

        public java.util.Collection<JDFValueLoc> getAllValueLoc()
        Get all ValueLoc from the current element
        Returns:
        Collection, null if none are available
      • appendValueLoc

        public JDFValueLoc appendValueLoc()
        (30) append element ValueLoc
        Returns:
        JDFValueLoc the element