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
CIMDataTypegetType()
ObjectgetValue()

Constructor Detail

PropertyNode

public PropertyNode()
Ctor.

Method Detail

getType

public CIMDataType getType()

getValue

public Object getValue()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.