Uses of Class
org.sblim.cimclient.internal.uri.Value
Packages that use Value
Package
Description
Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure
Specification.
-
Uses of Value in org.sblim.cimclient.internal.uri
Subclasses of Value in org.sblim.cimclient.internal.uriModifier and TypeClassDescriptionclass
Class BooleanValue parses and encapsulates a boolean value.class
Class CharValue parses character value.class
Class DateTimeValue is parses and encapsulates a datetime.class
Class IntegerValue parses and encapsulates an integer value.class
Class RealValue parses and encapsulates real values.class
Class UntypedReferenceValue encapsulates an untyped reference value.class
Class UntypedStringValue parses an untyped string value.Methods in org.sblim.cimclient.internal.uri that return ValueModifier and TypeMethodDescriptionKeyValuePair.getValue()
getValuestatic Value
Parses an untyped boolean value.static Value
parsestatic Value
Parses a char16 value.static Value
charValue = // example: 'a' '\x32'static Value
static Value
datetimeValue = // quoted datetime stringstatic Value
Parses an untyped integer value.static Value
Parses a RealValue as a double precision value.static Value
Factory method for parsing quoted strings.static Value
Factory method which tries to parse an untyped value.static Value
RealValue.parseDouble
(URIString pUriStr) parseDoublestatic Value
RealValue.parseFloat
(URIString pUriStr) parseFloatstatic Value
IntegerValue.parseSigned
(URIString pUriStr, int pBitWidth) parseSignedstatic Value
IntegerValue.parseUnsigned
(URIString pUriStr, int pBitWidth) parseUnsigned