Interface TypedIf
-
- All Known Implementing Classes:
AbstractArrayValueNode,AbstractParameterNode,AbstractParamValueNode,AbstractPropertyNode,AbstractScalarValueNode,AbstractValueNode,CorrelatorNode,IParamValueNode,KeyValueNode,ParameterArrayNode,ParameterNode,ParameterRefArrayNode,ParameterReferenceNode,ParamValueNode,PropertyArrayNode,PropertyNode,PropertyReferenceNode,QualiDeclNode,ReturnValueNode,ValueArrayNode,ValueInstanceWithPathNode,ValueNamedInstanceNode,ValueNode,ValueNullNode,ValueObjectNode,ValueObjectWithLocalPathNode,ValueObjectWithPathNode,ValueRefArrayNode,ValueReferenceNode
public interface TypedIfTypedIf is implemented by those classes which can provide a CIMDataType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CIMDataTypegetType()getType
-
-
-
Method Detail
-
getType
CIMDataType getType()
getType- Returns:
nullif the type is unknown
-
-