public class DoubleValueAO extends StatValueAO
| Constructor and Description |
|---|
DoubleValueAO(String name,
double aValue)
Creates a new DoubleValueAO.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int ignored) |
String |
getRawValue() |
String |
getType()
Returns the type.
|
String |
getValue()
Returns the value.
|
getJsVariableName, getName, toStringpublic DoubleValueAO(String name, double aValue)
name - aValue - public String getValue()
StatValueAOgetValue in class StatValueAOpublic String getType()
StatValueAOgetType in class StatValueAOpublic int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int ignored)
public String getRawValue()
getRawValue in class StatValueAOCopyright © 2010-2015 anotheria.net. All Rights Reserved.