Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static StatisticDefinition.StatisticType |
StatisticDefinition.StatisticType.get(java.lang.String st) |
StatisticDefinition.StatisticType |
StatisticDefinition.getStatisticType()
Define the type of statistic.
|
static StatisticDefinition.StatisticType |
StatisticDefinition.StatisticType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatisticDefinition.StatisticType[] |
StatisticDefinition.StatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticDefinition.setStatisticType(StatisticDefinition.StatisticType statisticType)
Set the statisticType.
|