Class ParameterReferenceNode

All Implemented Interfaces:
TypedIf, NodeConstIf

public class ParameterReferenceNode extends AbstractParameterNode
 ELEMENT PARAMETER.REFERENCE (QUALIFIER*)
 ATTLIST PARAMETER.REFERENCE
   %CIMName;
   %ReferenceClass;
 
  • Constructor Details

    • ParameterReferenceNode

      public ParameterReferenceNode()
      Ctor.
  • Method Details

    • specificInit

      protected void specificInit(Attributes pAttribs)
      Specified by:
      specificInit in class AbstractParameterNode
    • testCompletness

      public void testCompletness()
      Description copied from class: Node
      It have to be called by SAX's DefaultHandler.endElement(). It's task is to check that the Element is built up correctly. The implementer function can do some post processing here. testCompletness
      Specified by:
      testCompletness in class Node
    • getType

      public CIMDataType getType()
      Description copied from interface: TypedIf
      getType
      Returns:
      null if the type is unknown