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

Class PropertyNode

public class PropertyNode extends AbstractPropertyNode

 ELEMENT PROPERTY (QUALIFIER*, VALUE?)
 ATTLIST PROPERTY 
   %CIMName;
   %ClassOrigin;
   %Propagated;
   %CIMType;              #REQUIRED
   %EmbeddedObject;       #IMPLIED  - new
   xml:lang   NMTOKEN     #IMPLIED
 
Constructor Summary
PropertyNode()
Ctor.
Method Summary
voidchildValueNodeParsed(Node pChild)
protected StringgetChildValueNodeNameEnum()
protected CIMQualifier[]getQualis()
CIMDataTypegetType()
ObjectgetValue()
protected booleanhasValueNode()
protected voidspecificInit(Attributes pAttribs, SAXSession pSession)
voidtestCompletness()

Constructor Detail

PropertyNode

public PropertyNode()
Ctor.

Method Detail

childValueNodeParsed

public void childValueNodeParsed(Node pChild)

getChildValueNodeNameEnum

protected String getChildValueNodeNameEnum()

getQualis

protected CIMQualifier[] getQualis()

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.