com.sap.portal.genericcreator

Interface IGCAttributes


public interface IGCAttributes

The interface that defines a collection of attributes.


Method Summary
 void add(IGCAttribute attr)
          Adds an attribute to the collection.
 IGCAttribute get(String attrID)
          Returns the specified attribute.
 Enumeration getAll()
          Returns all attributes in the colllection.
 Enumeration getIDs()
          Returns all the IDs of all the attributes in the collection.
 

Method Detail

getAll

Enumeration getAll()
Returns all attributes in the colllection.

Returns:
An enumeration of IGCAttribute objects

getIDs

Enumeration getIDs()
Returns all the IDs of all the attributes in the collection.

Returns:
An enumeration of String objects, each an ID of an attribute in the collection

get

IGCAttribute get(String attrID)
Returns the specified attribute.

Parameters:
attrID - the ID of an attribute
Returns:
The attribute with the specified ID

add

void add(IGCAttribute attr)
Adds an attribute to the collection.

If an attribute exists with the same ID, the attribute is overwritten.

Parameters:
attr - An attribute to add to the collection
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/semantics/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice