Class JDFAutoUsageCounter

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
Direct Known Subclasses:
JDFUsageCounter

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

    • JDFAutoUsageCounter

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

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

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

    • getTheAttributeInfo

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

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

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setCounterID

      public void setCounterID(String value)
      (36) set attribute CounterID
      Parameters:
      value - the value to set the attribute to
    • getCounterID

      public String getCounterID()
      (23) get String attribute CounterID
      Returns:
      the value of the attribute
    • setScope

      public void setScope(JDFAutoUsageCounter.EScope enumVar)
      (5) set attribute Scope
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEScope

      public JDFAutoUsageCounter.EScope getEScope()
      (9) get attribute Scope
      Returns:
      the value of the attribute
    • setScope

      @Deprecated public void setScope(JDFAutoUsageCounter.EnumScope enumVar)
      Deprecated.
      use SetScope(EScope) based on java.lang.enum instead
      (5) set attribute Scope
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getScope

      Deprecated.
      use EScope GetEScope() based on java.lang.enum instead
      (9) get attribute Scope
      Returns:
      the value of the attribute
    • setCounterTypes

      public void setCounterTypes(VString value)
      (36) set attribute CounterTypes
      Parameters:
      value - the value to set the attribute to
    • getCounterTypes

      public VString getCounterTypes()
      (21) get VString attribute CounterTypes
      Returns:
      VString the value of the attribute