Class JDFAutoNumberState

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

      • JDFAutoNumberState

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

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

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

      • setDefaultValue

        public void setDefaultValue​(double value)
        (36) set attribute DefaultValue
        Parameters:
        value - the value to set the attribute to
      • getDefaultValue

        public double getDefaultValue()
        (17) get double attribute DefaultValue
        Returns:
        double the value of the attribute
      • setCurrentValue

        public void setCurrentValue​(double value)
        (36) set attribute CurrentValue
        Parameters:
        value - the value to set the attribute to
      • getCurrentValue

        public double getCurrentValue()
        (17) get double attribute CurrentValue
        Returns:
        double the value of the attribute
      • setAllowedValueList

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

        public JDFNumberRangeList getAllowedValueList()
        (20) get JDFNumberRangeList attribute AllowedValueList
        Returns:
        JDFNumberRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRangeList
      • setAllowedValueMax

        public void setAllowedValueMax​(double value)
        (36) set attribute AllowedValueMax
        Parameters:
        value - the value to set the attribute to
      • getAllowedValueMax

        public double getAllowedValueMax()
        (17) get double attribute AllowedValueMax
        Returns:
        double the value of the attribute
      • setAllowedValueMin

        public void setAllowedValueMin​(double value)
        (36) set attribute AllowedValueMin
        Parameters:
        value - the value to set the attribute to
      • getAllowedValueMin

        public double getAllowedValueMin()
        (17) get double attribute AllowedValueMin
        Returns:
        double the value of the attribute
      • setAllowedValueMod

        public void setAllowedValueMod​(JDFXYPair value)
        (36) set attribute AllowedValueMod
        Parameters:
        value - the value to set the attribute to
      • getAllowedValueMod

        public JDFXYPair getAllowedValueMod()
        (20) get JDFXYPair attribute AllowedValueMod
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setPresentValueList

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

        public JDFNumberRangeList getPresentValueList()
        (20) get JDFNumberRangeList attribute PresentValueList
        Returns:
        JDFNumberRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRangeList
      • setPresentValueMax

        public void setPresentValueMax​(double value)
        (36) set attribute PresentValueMax
        Parameters:
        value - the value to set the attribute to
      • getPresentValueMax

        public double getPresentValueMax()
        (17) get double attribute PresentValueMax
        Returns:
        double the value of the attribute
      • setPresentValueMin

        public void setPresentValueMin​(double value)
        (36) set attribute PresentValueMin
        Parameters:
        value - the value to set the attribute to
      • getPresentValueMin

        public double getPresentValueMin()
        (17) get double attribute PresentValueMin
        Returns:
        double the value of the attribute
      • setPresentValueMod

        public void setPresentValueMod​(JDFXYPair value)
        (36) set attribute PresentValueMod
        Parameters:
        value - the value to set the attribute to
      • getPresentValueMod

        public JDFXYPair getPresentValueMod()
        (20) get JDFXYPair attribute PresentValueMod
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setUnitType

        public void setUnitType​(java.lang.String value)
        (36) set attribute UnitType
        Parameters:
        value - the value to set the attribute to
      • getUnitType

        public java.lang.String getUnitType()
        (23) get String attribute UnitType
        Returns:
        the value of the attribute
      • getLoc

        public JDFLoc getLoc()
        (24) const get element Loc
        Returns:
        JDFLoc the element
      • getCreateLoc

        public JDFLoc getCreateLoc()
        (25) getCreateLoc
        Returns:
        JDFLoc the element
      • 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
      • getValueLoc

        public JDFValueLoc getValueLoc()
        (24) const get element ValueLoc
        Returns:
        JDFValueLoc the element
      • getCreateValueLoc

        public JDFValueLoc getCreateValueLoc()
        (25) getCreateValueLoc
        Returns:
        JDFValueLoc 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