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

Class IParamValueNode

public class IParamValueNode extends AbstractParamValueNode

FIXME: Why hasn't it got TYPE attribute? For VALUE and VALUE.ARRAY it would be necessary.
 
 ELEMENT IPARAMVALUE (VALUE | VALUE.ARRAY | VALUE.REFERENCE | INSTANCENAME | CLASSNAME |
   QUALIFIER.DECLARATION | CLASS | INSTANCE | VALUE.NAMEDINSTANCE)?
 ATTLIST IPARAMVALUE
   %CIMName;
 
Constructor Summary
IParamValueNode()
Ctor.
Method Summary
StringgetName()
getName
CIMDataTypegetType()
ObjectgetValue()

Constructor Detail

IParamValueNode

public IParamValueNode()
Ctor.

Method Detail

getName

public String getName()
getName

Returns: String

getType

public CIMDataType getType()

getValue

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