org.odata4j.edm
Class EdmAssociationSetEnd

java.lang.Object
  extended by org.odata4j.edm.EdmItem
      extended by 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)

Nested Class Summary
static class EdmAssociationSetEnd.Builder
          Mutable builder for EdmAssociationEnd objects.
 
Method Summary
 EdmEntitySet getEntitySet()
           
 EdmAssociationEnd getRole()
           
static EdmAssociationSetEnd.Builder newBuilder()
           
 
Methods inherited from class org.odata4j.edm.EdmItem
findAnnotation, getAnnotations, getDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntitySet

public EdmEntitySet getEntitySet()

getRole

public EdmAssociationEnd getRole()

newBuilder

public static EdmAssociationSetEnd.Builder newBuilder()


http://odata4j.org