public interface IJavaScriptPrimitiveValue extends IJavaScriptValue
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Returns the boolean for the value.
|
double |
doubleValue()
Returns the double for the value.
|
int |
intValue()
Returns the integer for the value.
|
java.lang.String |
stringValue()
Returns the String value for the value.
|
getDetailString, isNull
int intValue()
double doubleValue()
boolean booleanValue()
java.lang.String stringValue()
null
String
valueCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.