public abstract class StatValueAO extends Object implements net.anotheria.util.sorter.IComparable, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
StatValueAO(String aName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsVariableName() |
String |
getName() |
abstract String |
getRawValue() |
abstract String |
getType()
Returns the type.
|
abstract String |
getValue()
Returns the value.
|
String |
toString() |
protected StatValueAO(String aName)
Copyright © 2010-2015 anotheria.net. All Rights Reserved.