public interface BandAttributeDescriptor extends Persistent, Cloneable
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getAvailableValues()
Available values of this attribute band
|
int |
getBand()
Gets band of this attribute descriptor
|
java.lang.String |
getDescription()
Description of attribute
|
java.lang.String |
getName()
Name of attribute
|
java.lang.String |
getUnits()
String units of the levels
|
java.lang.Object |
getValue() |
loadFromState, saveToState
clone, cloneQuietly, cloneQuietly
int getBand()
java.lang.String getName()
java.lang.String getDescription()
java.lang.Object getValue()
java.util.List<java.lang.Object> getAvailableValues()
java.lang.String getUnits()