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
voidchildParsed(Node pChild)
CIMArgumentgetCIMArgument()
StringgetName()
getName
CIMDataTypegetType()
ObjectgetValue()
voidinit(Attributes pAttribs, SAXSession pSession)
voidparseData(String pData)
voidtestChild(String pNodeNameEnum)
voidtestCompletness()

Constructor Detail

IParamValueNode

public IParamValueNode()
Ctor.

Method Detail

childParsed

public void childParsed(Node pChild)

getCIMArgument

public CIMArgument getCIMArgument()

getName

public String getName()
getName

Returns: String

getType

public CIMDataType getType()

getValue

public Object getValue()

init

public void init(Attributes pAttribs, SAXSession pSession)

parseData

public void parseData(String pData)

testChild

public void testChild(String pNodeNameEnum)

testCompletness

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