com.sap.netweaver.bc.uwl.config
Class AttributeCollection
java.lang.Object
com.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
AttributeCollection
protected AttributeCollection(List attrs)
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