org.sblim.cimclient.internal.uri
public class RealValue extends Value
Modifier and Type | Method and Description |
---|---|
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() |
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()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.