com.sap.netweaver.bc.uwl.config

Class AttributeCollection

java.lang.Object
  extended bycom.sap.netweaver.bc.uwl.config.AttributeCollection
All Implemented Interfaces:
Cloneable, Serializable
Direct Known Subclasses:
CustomAttributes, DisplayAttributes

public class AttributeCollection
extends Object
implements Cloneable, Serializable

AttributeCollection represents a collection of Attribute objects.

See Also:
CustomAttributes, DisplayAttribute, Serialized Form

Constructor Summary
protected AttributeCollection(List attrs)
           
 
Method Summary
 Object clone()
           
 Attribute getAttribute(String name)
           
 String[] getAttributeNames()
           
 Attribute[] getAttributes()
           
 boolean isEmpty()
           
 void setAttributes(List attrs)
           
 int size()
           
 Collection values()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeCollection

protected AttributeCollection(List attrs)
Method Detail

getAttributes

public Attribute[] getAttributes()

size

public int size()

getAttributeNames

public String[] getAttributeNames()

getAttribute

public Attribute getAttribute(String name)

setAttributes

public void setAttributes(List attrs)

isEmpty

public boolean isEmpty()
See Also:
Map.isEmpty()

values

public Collection values()
See Also:
Map.values()

clone

public Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException


Copyright 2006 SAP AG Complete Copyright Notice