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

All Known Implementing Classes:
AbstractArrayValueNode, AbstractObjectNode, AbstractObjectPathNode, AbstractParamValueNode, AbstractPathNode, AbstractPropertyNode, AbstractScalarValueNode, AbstractValueNode, ClassNameNode, ClassNode, ClassPathNode, InstanceNameNode, InstanceNode, InstancePathNode, IParamValueNode, KeyValueNode, LocalClassPathNode, LocalInstancePathNode, LocalNameSpacePathNode, ObjectPathNode, ParamValueNode, PropertyArrayNode, PropertyNode, PropertyReferenceNode, QualiDeclNode, ReturnValueNode, ValueArrayNode, ValueInstanceWithPathNode, ValueNamedInstanceNode, ValueNode, ValueNullNode, ValueObjectNode, ValueObjectWithLocalPathNode, ValueObjectWithPathNode, ValueRefArrayNode, ValueReferenceNode

public interface ValueIf

ValueIf should be implemented by Nodes which are able to return JSR48 value objects. (like: CIMDataTime, Integer, String, CIMClass, CIMInstance, UnsignetInteger8, ...)


Method Summary
 Object getValue()
          getValue
 

Method Detail

getValue

Object getValue()
getValue

Returns:
if type is unknown it returns a String


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