org.odata4j.edm
Class EdmAssociationSetEnd
java.lang.Object
org.odata4j.edm.EdmItem
org.odata4j.edm.EdmAssociationSetEnd
public class EdmAssociationSetEnd
- extends EdmItem
A CSDL End element (as a child of the AssociationSet element)
The End element specifies one end of an association set. The AssociationSet element must contain two
End elements. The information contained in an End element is used in mapping an association set to a data
source.
- See Also:
- [msdn] End Element (CSDL)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEntitySet
public EdmEntitySet getEntitySet()
getRole
public EdmAssociationEnd getRole()
newBuilder
public static EdmAssociationSetEnd.Builder newBuilder()
http://odata4j.org