|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.uri.Value
org.sblim.cimclient.internal.uri.RealValue
public class RealValue
Class RealValue parses and encapsulates real values.
Method Summary | |
---|---|
double |
doubleValue()
doubleValue |
float |
floatValue()
floatValue |
String |
getTypeInfo()
getTypeInfo |
boolean |
isDouble()
isDouble |
static Value |
parse(URIString pUriStr)
Parses a RealValue as a double precision value. |
static Value |
parseDouble(URIString pUriStr)
parseDouble |
static Value |
parseFloat(URIString pUriStr)
parseFloat |
String |
toString()
|
Methods inherited from class org.sblim.cimclient.internal.uri.Value |
---|
parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static Value parse(URIString pUriStr)
pUriStr
-
public static Value parseFloat(URIString pUriStr) throws IllegalArgumentException
pUriStr
-
IllegalArgumentException
- if parsing failedpublic static Value parseDouble(URIString pUriStr) throws IllegalArgumentException
pUriStr
-
IllegalArgumentException
- if parsing failedpublic boolean isDouble()
public float floatValue()
public double doubleValue()
public String toString()
toString
in class Object
Object.toString()
public String getTypeInfo()
Value
getTypeInfo
in class Value
Value.getTypeInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |