public class ByteProperty extends Property
Constructor and Description |
---|
ByteProperty(PropertyManager manager,
java.lang.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, java.lang.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 3.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)