|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This base interface exposes metadata for an EIS entity. Both business object and business object group derive from this interface.
| Field Summary | |
static int |
BUSINESS_OBJECT
Constant indicating this element is of type Business Object |
static int |
BUSINESS_OBJECT_GROUP
Constant indicating this element is of type Business Object Group |
| Method Summary | |
java.lang.String |
getDescription()
Returns the description of the element. |
java.lang.String |
getMetaType()
Return a detailed description of this element. |
java.lang.String |
getName()
Returns the name of the element. |
int |
getType()
Returns the type of this element |
java.lang.String |
getUniqueName()
Returns the unique name of the element. |
IBusinessObjectGroup |
retrieveContainingGroup()
Returns the group containing this element. |
java.lang.String |
retrieveTerm()
Returns the term describing the parameter, for example "Business Object","Business Object Group" |
| Methods inherited from interface com.sapportals.connector.IConnectorObject |
retrieveConnection |
| Field Detail |
public static final int BUSINESS_OBJECT_GROUP
public static final int BUSINESS_OBJECT
| Method Detail |
public int getType()
public IBusinessObjectGroup retrieveContainingGroup()
throws ConnectorException
IBusinessObjectGrouppublic java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getUniqueName()
public java.lang.String getMetaType()
public java.lang.String retrieveTerm()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||