protected class RealReadout.NameProperty extends NonVetoableProperty
Constructor and Description |
---|
NameProperty()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQuantityName()
Returns the name of the quantity.
|
void |
setNameUse(int which)
Sets the type of name-use.
|
void |
setSpecifiedName(java.lang.String specifiedName)
Sets the client-supplied name.
|
void |
setValue(visad.Real real)
Sets the value of the quantity.
|
addVetoableChangeListener, isVetoable, removeVetoableChangeListener, setValue, setValueAndNotifyListeners
addPropertyChangeListener, clearValue, getName, getSourceBean, getValue, isReporting, notifyListeners, removePropertyChangeListener, setCurrentValue, setReporting
public void setNameUse(int which)
which
- The type of name-use. One of REALTYPE_NAME or
SPECIFIED_NAME.public void setValue(visad.Real real)
real
- The value for the quantity.public java.lang.String getQuantityName()
public void setSpecifiedName(java.lang.String specifiedName)
specifiedName
- The client-supplied name.