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.


Method Index

 o addAttribute(Attribute)
Add an Attribute to an Attributable Object.
 o checkAttributeSet(AttributeSet)
Can the Object handle the AttributeSet?
 o deleteAttribute(Attribute)
Delete an Attribute.
 o getAttributeSet()
Get the AttributeSet from an Object.

Methods

 o getAttributeSet
 public abstract AttributeSet getAttributeSet()
Get the AttributeSet from an Object.

 o checkAttributeSet
 public abstract boolean checkAttributeSet(AttributeSet a)
Can the Object handle the AttributeSet?

 o addAttribute
 public abstract void addAttribute(Attribute a)
Add an Attribute to an Attributable Object.

 o deleteAttribute
 public abstract void deleteAttribute(Attribute a)
Delete an Attribute.


All Packages  Class Hierarchy  This Package  Previous  Next  Index