Class JDFAutoBooleanState

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 JDFAutoBooleanState extends JDFResource
class JDFAutoBooleanState : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoBooleanState

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

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

      protected JDFAutoBooleanState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoBooleanState
      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:
    • setEAllowedValueList

      public void setEAllowedValueList(List<JDFAutoBooleanState.EAllowedValueList> v)
      (5.2) set attribute AllowedValueList
      Parameters:
      v - List of the enumeration values
    • getEnumsAllowedValueList

      public List<JDFAutoBooleanState.EAllowedValueList> getEnumsAllowedValueList()
      (9.2) get AllowedValueList attribute AllowedValueList
      Returns:
      Vector of the enumerations
    • setAllowedValueList

      @Deprecated public void setAllowedValueList(List<JDFAutoBooleanState.EnumAllowedValueList> v)
      Deprecated.
      use SetEAllowedValueList(List) based on java.lang.enum instead
      (5.2) set attribute AllowedValueList
      Parameters:
      v - List of the enumeration values
    • getAllowedValueList

      Deprecated.
      use List GetEAllowedValueList() based on java.lang.enum instead
      (9.2) get AllowedValueList attribute AllowedValueList
      Returns:
      Vector of the enumerations
    • setCurrentValue

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

      public boolean getCurrentValue()
      (18) get boolean attribute CurrentValue
      Returns:
      boolean the value of the attribute
    • setDefaultValue

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

      public boolean getDefaultValue()
      (18) get boolean attribute DefaultValue
      Returns:
      boolean the value of the attribute
    • setEPresentValueList

      public void setEPresentValueList(List<JDFAutoBooleanState.EPresentValueList> v)
      (5.2) set attribute PresentValueList
      Parameters:
      v - List of the enumeration values
    • getEnumsPresentValueList

      public List<JDFAutoBooleanState.EPresentValueList> getEnumsPresentValueList()
      (9.2) get PresentValueList attribute PresentValueList
      Returns:
      Vector of the enumerations
    • setPresentValueList

      @Deprecated public void setPresentValueList(List<JDFAutoBooleanState.EnumPresentValueList> v)
      Deprecated.
      use SetEPresentValueList(List) based on java.lang.enum instead
      (5.2) set attribute PresentValueList
      Parameters:
      v - List of the enumeration values
    • getPresentValueList

      Deprecated.
      use List GetEPresentValueList() based on java.lang.enum instead
      (9.2) get PresentValueList attribute PresentValueList
      Returns:
      Vector of the enumerations
    • 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