public interface PrimitiveValue extends FeatureValue
Modifier and Type | Method and Description |
---|---|
float |
toFloat()
Gets this value as a float.
|
int |
toInt()
Gets this value as an integer.
|
java.lang.String |
toString()
Gets this value as a string.
|
get
java.lang.String toString()
toString
in class java.lang.Object
int toInt()
float toFloat()
Copyright © 2012. All Rights Reserved.