Represents the appropriate OData element.
com.sap.mobile.lib.parser.IODataAssociation
public abstract interface IODataAssociationEnd
All members of IODataAssociationEnd, including inherited members.
Variables| Modifier and Type | Variable | Description | 
|---|---|---|
| public static final String | ATTRIBUTE_ROLE | Name of the appropriate OData attribute. | 
| public static final String | ATTRIBUTE_TYPE | Name of the appropriate OData attribute. | 
| public static final String | ATTRIBUTE_ENTITYSET | Name of the appropriate OData attribute. | 
| public static final String | ATTRIBUTE_MULTIPLICITY | Name of the appropriate OData attribute. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| public abstract String | getCollectionId() | Returns the value of the appropriate EntitySet OData attribute. | 
| public abstract String | getEntitySet() | Returns the value of the appropriate OData attribute. | 
| public abstract String | getMultiplicity() | Returns the value of the appropriate OData attribute. | 
| public abstract String | getRole() | Returns the value of the appropriate OData attribute. | 
| public abstract String | getType() | Returns the value of the appropriate OData attribute. |