All Packages Class Hierarchy This Package Previous Next Index
Interface semper.txlayer.attribute.Attributable
- public interface Attributable
This interface is used to tag Objects that can handle
the various methods that are necessary for dealing with
attributes.
It's not really used in the current Transfer- and
Exchangelayer.
-
addAttribute(Attribute)
- Add an Attribute to an Attributable Object.
-
checkAttributeSet(AttributeSet)
- Can the Object handle the AttributeSet?
-
deleteAttribute(Attribute)
- Delete an Attribute.
-
getAttributeSet()
- Get the AttributeSet from an Object.
getAttributeSet
public abstract AttributeSet getAttributeSet()
- Get the AttributeSet from an Object.
checkAttributeSet
public abstract boolean checkAttributeSet(AttributeSet a)
- Can the Object handle the AttributeSet?
addAttribute
public abstract void addAttribute(Attribute a)
- Add an Attribute to an Attributable Object.
deleteAttribute
public abstract void deleteAttribute(Attribute a)
- Delete an Attribute.
All Packages Class Hierarchy This Package Previous Next Index