Class JDFAutoXYPairState

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public abstract class JDFAutoXYPairState extends JDFResource
class JDFAutoXYPairState : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoXYPairState

      protected JDFAutoXYPairState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoXYPairState
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoXYPairState

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

      protected JDFAutoXYPairState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoXYPairState
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • setDefaultValue

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

      public JDFXYPair getDefaultValue()
      (20) get JDFXYPair attribute DefaultValue
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setCurrentValue

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

      public JDFXYPair getCurrentValue()
      (20) get JDFXYPair attribute CurrentValue
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setAllowedValueList

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

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

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

      public JDFXYPair getAllowedValueMax()
      (20) get JDFXYPair attribute AllowedValueMax
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setAllowedValueMin

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

      public JDFXYPair getAllowedValueMin()
      (20) get JDFXYPair attribute AllowedValueMin
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setAllowedXYRelation

      public void setAllowedXYRelation(JDFAutoXYPairState.EnumAllowedXYRelation enumVar)
      (5) set attribute AllowedXYRelation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getAllowedXYRelation

      public JDFAutoXYPairState.EnumAllowedXYRelation getAllowedXYRelation()
      (9) get attribute AllowedXYRelation
      Returns:
      the value of the attribute
    • setPresentValueList

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

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

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

      public JDFXYPair getPresentValueMax()
      (20) get JDFXYPair attribute PresentValueMax
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setPresentValueMin

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

      public JDFXYPair getPresentValueMin()
      (20) get JDFXYPair attribute PresentValueMin
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setPresentXYRelation

      public void setPresentXYRelation(JDFAutoXYPairState.EnumPresentXYRelation enumVar)
      (5) set attribute PresentXYRelation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPresentXYRelation

      public JDFAutoXYPairState.EnumPresentXYRelation getPresentXYRelation()
      (9) get attribute PresentXYRelation
      Returns:
      the value of the attribute
    • setUnitType

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

      public 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 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 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