IODataAssociation.IODataAssociationEnd interface

Represents the appropriate OData element.

Package

com.sap.mobile.lib.parser.IODataAssociation

Syntax

public abstract interface IODataAssociationEnd

Derived classes

Members

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.
Methods
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.