Class PropertyReferenceNode

java.lang.Object
All Implemented Interfaces:
TypedIf, ValueIf, NodeConstIf

public class PropertyReferenceNode extends AbstractPropertyNode
 
 ELEMENT PROPERTY.REFERENCE (QUALIFIER*, (VALUE.REFERENCE)?)
 ATTLIST PROPERTY.REFERENCE
   %CIMName; 
   %ReferenceClass; 
   %ClassOrigin;
   %Propagated;
 
  • Constructor Details

    • PropertyReferenceNode

      public PropertyReferenceNode()
      Ctor.
  • Method Details

    • childValueNodeParsed

      protected void childValueNodeParsed(Node pChild)
      Specified by:
      childValueNodeParsed in class AbstractPropertyNode
    • getChildValueNodeNameEnum

      protected java.lang.String getChildValueNodeNameEnum()
      Specified by:
      getChildValueNodeNameEnum in class AbstractPropertyNode
    • getValue

      public java.lang.Object getValue()
      Description copied from interface: ValueIf
      getValue
      Returns:
      if type is unknown it returns a String
    • hasValueNode

      protected boolean hasValueNode()
      Description copied from class: AbstractPropertyNode
      hasValue
      Specified by:
      hasValueNode in class AbstractPropertyNode
      Returns:
      true if it has a value child node
    • specificInit

      protected void specificInit(org.xml.sax.Attributes pAttribs, SAXSession pSession)
      Specified by:
      specificInit in class AbstractPropertyNode
      Parameters:
      pSession -
    • 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