Class BooleanValue
java.lang.Object
org.sblim.cimclient.internal.uri.Value
org.sblim.cimclient.internal.uri.BooleanValue
Class BooleanValue parses and encapsulates a boolean value.
-
Method Summary
-
Method Details
-
parse
parse- Parameters:
pUriStr-pThrow-- Returns:
ValueornullifpThrowisfalseand parsing failed- Throws:
IllegalArgumentException- if parsing failed andpThrowistrue
-
parse
-
getValue
public boolean getValue()getValue- Returns:
- the
booleanvalue.
-
getBoolean
-
toString
-
getTypeInfo
Description copied from class:ValuegetTypeInfo- Specified by:
getTypeInfoin classValue- Returns:
- the type description string of the Value.
- See Also:
-