public class ByteProperty extends Property
Constructor and Description |
---|
ByteProperty(PropertyManager manager,
String key,
byte defaultValue)
Creates an instance of this propety.
|
Modifier and Type | Method and Description |
---|---|
protected void |
clearCache() |
byte |
getByte()
Gets the current value of this property.
|
byte |
getDefault()
Gets the default value of this property.
|
void |
setByte(byte value)
Sets the value of this property.
|
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty
public ByteProperty(PropertyManager manager, String key, byte defaultValue)
manager
- The property manager to use.key
- The key of this property.defaultValue
- The default value for this property.public byte getDefault()
public byte getByte()
public void setByte(byte value)
value
- The new value for this property.protected void clearCache()
clearCache
in class Property
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)