Package org.sblim.cimclient.internal.uri
Class Value
java.lang.Object
org.sblim.cimclient.internal.uri.Value
- Direct Known Subclasses:
BooleanValue
,CharValue
,DateTimeValue
,IntegerValue
,RealValue
,ReferenceValue
,StringValue
This class is responsible for parsing key values.
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
parse
Factory method which tries to parse an untyped value.- Parameters:
pTyped
-pUriStr
-- Returns:
Value
instance- Throws:
IllegalArgumentException
- if parsing failed.
-
getTypeInfo
getTypeInfo- Returns:
- the type description string of the Value.
-