Class ParameterRefArrayNode

All Implemented Interfaces:
TypedIf, NodeConstIf

public class ParameterRefArrayNode extends AbstractParameterNode
ELEMENT PARAMETER.REFARRAY (QUALIFIER*)
ATTLIST PARAMETER.REFARRAY
  %CIMName;
  %ReferenceClass;
  %ArraySize;
  • Constructor Details

    • ParameterRefArrayNode

      public ParameterRefArrayNode()
      Ctor.
  • Method Details

    • specificInit

      protected void specificInit(Attributes pAttribs) throws SAXException
      Specified by:
      specificInit in class AbstractParameterNode
      Throws:
      SAXException
    • 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