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 TypedIf
TypedIf is implemented by those classes which can provide a CIMDataType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CIMDataType
getType()
getType
-
-
-
Method Detail
-
getType
CIMDataType getType()
getType- Returns:
null
if the type is unknown
-
-