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

Class ValueNode

public class ValueNode extends AbstractScalarValueNode

ELEMENT VALUE (#PCDATA)
For non-standard CIMOMs the TYPE and PARAMTYPE attributes are supported.
Constructor Summary
ValueNode()
Ctor.
Method Summary
CIMDataTypegetType()
ObjectgetValue()

Constructor Detail

ValueNode

public ValueNode()
Ctor.

Method Detail

getType

public CIMDataType getType()

Returns: usually null, because the type is unknown, but can return non-null in case of non-standard CIMOM.

See Also: getType

getValue

public Object getValue()

Returns: String

See Also: If the getType() returns non-null value, the container Node have to convert the String into the corresponding Java object.

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.