Package | Description |
---|---|
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static ClassificationDefinition.Type |
ClassificationDefinition.Type.get(java.lang.String t) |
ClassificationDefinition.Type |
ClassificationDefinition.getType()
The type of classification definition.
|
static ClassificationDefinition.Type |
ClassificationDefinition.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationDefinition.Type[] |
ClassificationDefinition.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassificationDefinition.setType(ClassificationDefinition.Type type)
Set the type parameter.
|