ISDMODataAssociation.ISDMODataAssociationEnd interface

Deprecated. since 3.0, Use IODataAssociationEnd Represents the appropriate SDMOData element.

Package

com.sap.mobile.lib.sdmparser.ISDMODataAssociation

Syntax

public abstract interface ISDMODataAssociationEnd

Derived classes

Members

All members of ISDMODataAssociationEnd, including inherited members.

Variables
Modifier and Type Variable Description
public static final String ATTRIBUTE_ROLE Name of the appropriate SDMOData attribute.
public static final String ATTRIBUTE_TYPE Name of the appropriate SDMOData attribute.
public static final String ATTRIBUTE_ENTITYSET Name of the appropriate SDMOData attribute.
public static final String ATTRIBUTE_MULTIPLICITY Name of the appropriate SDMOData attribute.
Methods
Modifier and Type Method Description
public abstract String getCollectionId() Returns the value of the appropriate EntitySet SDMOData attribute.
public abstract String getEntitySet() Returns the value of the appropriate SDMOData attribute.
public abstract String getMultiplicity() Returns the value of the appropriate SDMOData attribute.
public abstract String getRole() Returns the value of the appropriate SDMOData attribute.
public abstract String getType() Returns the value of the appropriate SDMOData attribute.