Name

Attributable

Synopsis

Classes that hold attributes (name/value pairs) use this interface to manage those attributes.

public interface Attributable {
// Public Instance Methods
   public abstract String addAttribute(Attribute newAttrib);  
   public abstract String addAttribute(String name, String value);
   public abstract Attribute getAttribute(String name);  
   public abstract java.util.Enumeration getAttributes();  
}

Passed To

Attribute.Attribute()

Returned By

Attribute.getOwner()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.