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