Class Overview
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.
Summary
| Nested Classes |
|
class |
EdmAssociationEnd.Builder |
Mutable builder for EdmAssociationEnd objects. |
|
[Expand]
Inherited Methods |
From class
org.odata4j.edm.EdmItem
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
final
String
role
Public Methods
public
String
toString
()