|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPBusinessObjectAttributeLocator
| Method Summary | |
|---|---|
IGPBusinessObjectAttributeLocator |
addLocator(IGPLabel label)
Add a Locator to this BusinessObjectAttributeLocator by a given Label. |
Enumeration |
createLocatorEnumeration()
Create an Enumeration of all Locator of this BusinessObjectAttributeLocator. |
IGPLabel |
getLabel()
Retrieve the Label of this BusinessObjectAttributeLocator. |
IGPBusinessObjectAttributeLocator |
getLocator(IGPLabel label)
retrieve a Locator of this BusinessObjectAttributeLocator by a given Label. |
int |
getLocatorCount()
Retrieve the Count of all Locator of this BusinessObjectAttributeLocator. |
IGPBusinessObjectAttributeLocator |
removeLocator(IGPLabel label)
Remove a Locator from this BusinessObjectAttributeLocator by a given Label. |
| Method Detail |
|---|
IGPBusinessObjectAttributeLocator addLocator(IGPLabel label)
throws GPInvocationException
label - the Label for the Locator to add, never null
InvocationException - in case the given Label is invalid
GPInvocationExceptionEnumeration createLocatorEnumeration()
IGPLabel getLabel()
IGPBusinessObjectAttributeLocator getLocator(IGPLabel label)
throws GPInvocationException
label - the Label of the Locator to retrieve, never null
InvocationException - in case the given Label is invalid
GPInvocationExceptionint getLocatorCount()
IGPBusinessObjectAttributeLocator removeLocator(IGPLabel label)
throws GPInvocationException
label - the Label of the Locator to remove, never null
InvocationException - in case the given Label is invalid
GPInvocationException
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||