protected static class QuantityDBImpl.NameKey extends Object implements Serializable, Comparable
Modifier | Constructor and Description |
---|---|
protected |
NameKey(String name)
Constructs from the name of a quantity.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj)
Compare this key to another.
|
String |
getName()
Returns the name of the quantity.
|
protected NameKey(String name)
name
- The name of the quantity.public int compareTo(Object obj) throws ClassCastException
compareTo
in interface Comparable
ClassCastException
public String getName()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.