Class PropertyReferenceNode

  • 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 Detail

      • PropertyReferenceNode

        public PropertyReferenceNode()
        Ctor.
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Description copied from interface: ValueIf
        getValue
        Returns:
        if type is unknown it returns a String
      • 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