|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.PropertyContainer
stella.parameter.AbstractParameter
stella.parameter.AbstractRemoteParameter
stella.ccd.AbstractCCDParameter
stella.ccd.AbstractCCDValue
public abstract class AbstractCCDValue
A base class for all non-abstract ccd-values. For convenience, the
getValue() and setValue(java.lang.Number) methods are already defined.
The only method that a non-abstract value has to impleemnt is the
AbstractCCDParameter.getFromCamera(java.util.Map) method, which should return a Number
object.
AbstractCCDParameter| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.PropertyContainer |
|---|
PropertyContainer.URLResource |
| Field Summary |
|---|
| Fields inherited from class stella.ccd.AbstractCCDParameter |
|---|
DEFCAMERANAME, KEY_CACHETIME, KEY_CAMERANAME |
| Fields inherited from class stella.parameter.AbstractRemoteParameter |
|---|
DEFBIND, KEY_BIND |
| Fields inherited from class stella.parameter.AbstractParameter |
|---|
KEY_FORMAT, KEY_NAME, KEY_PRESERVE, UNKNOWN |
| Fields inherited from class util.PropertyContainer |
|---|
KEY_LISTSEPARATOR, KEY_LOCALECOUNTRY, KEY_LOCALELANGUAGE, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATOR, KEY_NOINITONCREATE, KEY_RESOURCEBUNDLES |
| Fields inherited from interface util.PropertyBearing |
|---|
CONFIG, KEY_CLASS, KEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME |
| Constructor Summary | |
|---|---|
protected |
AbstractCCDValue(Map info)
Protected constructor for constructor chaining. |
| Method Summary | |
|---|---|
Number |
getValue()
Refers to the AbstractCCDParameter.get() method and conbverts the returned object
into a Number. |
Number |
setValue(Number newval)
Setting is not allowed. |
| Methods inherited from class stella.ccd.AbstractCCDParameter |
|---|
get, getFromCamera, registerDriver, set |
| Methods inherited from class stella.parameter.AbstractRemoteParameter |
|---|
addRmiListener, bindToRegistry, exit, init, isValid, remoteGet, removeRmiListener, rescanned, unbindFromRegistry |
| Methods inherited from class stella.parameter.AbstractParameter |
|---|
createParameter, delivers, getFormatted, getFormatted, getName, getPreserveFile, getString, getString, register, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface util.PropertyBearing |
|---|
defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getLocalized, getProperties, getProperty, getResource, getResourceAsStream, getResources, has, parseObject, removeProperty, setObject, setProperty, stringProperties |
| Constructor Detail |
|---|
protected AbstractCCDValue(Map info)
| Method Detail |
|---|
public Number getValue()
AbstractCCDParameter.get() method and conbverts the returned object
into a Number.
public Number setValue(Number newval)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||