org.sblim.cimclient.internal.cimxml.sax.node

Class PropertyReferenceNode

public class PropertyReferenceNode extends AbstractPropertyNode

  
 ELEMENT PROPERTY.REFERENCE (QUALIFIER*, (VALUE.REFERENCE)?)
 ATTLIST PROPERTY.REFERENCE
   %CIMName; 
   %ReferenceClass; 
   %ClassOrigin;
   %Propagated;
 
Constructor Summary
PropertyReferenceNode()
Ctor.
Method Summary
protected voidchildValueNodeParsed(Node pChild)
protected StringgetChildValueNodeNameEnum()
CIMDataTypegetType()
ObjectgetValue()
protected booleanhasValueNode()
protected voidspecificInit(Attributes pAttribs, SAXSession pSession)
voidtestCompletness()

Constructor Detail

PropertyReferenceNode

public PropertyReferenceNode()
Ctor.

Method Detail

childValueNodeParsed

protected void childValueNodeParsed(Node pChild)

getChildValueNodeNameEnum

protected String getChildValueNodeNameEnum()

getType

public CIMDataType getType()

getValue

public Object getValue()

hasValueNode

protected boolean hasValueNode()

specificInit

protected void specificInit(Attributes pAttribs, SAXSession pSession)

testCompletness

public void testCompletness()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.