org.odata4j.edm
Class EdmAssociationEnd
java.lang.Object
org.odata4j.edm.EdmItem
org.odata4j.edm.EdmAssociationEnd
public class EdmAssociationEnd
- extends EdmItem
A CSDL End element (as a child of the Association element)
An End element (as a child of the Association element) identifies the entity type on one end of
an association and the number of entity type instances that can exist at that end of an association.
Association ends are defined as part of an association; an association must have exactly two association
ends. Entity type instances at one end of an association can be accessed through navigation properties
or foreign keys if they are exposed on an entity type.
- See Also:
- [msdn] End Element (CSDL)
getMultiplicity
public EdmMultiplicity getMultiplicity()
getRole
public String getRole()
getType
public EdmEntityType getType()
newBuilder
public static EdmAssociationEnd.Builder newBuilder()
toString
public String toString()
- Overrides:
toString
in class Object
http://odata4j.org