org.odata4j.edm
Class EdmAssociationSet

java.lang.Object
  extended by org.odata4j.edm.EdmItem
      extended by org.odata4j.edm.EdmAssociationSet

public class EdmAssociationSet
extends EdmItem

A CSDL AnnotationSet element.

The AssociationSet element in conceptual schema definition language (CSDL) is a logical container for association instances of the same type. An association set provides a definition for grouping association instances so that they can be mapped to a data source.

See Also:
[msdn] AnnotationSet Element (CSDL)

Nested Class Summary
static class EdmAssociationSet.Builder
          Mutable builder for EdmAssociationSet objects.
 
Method Summary
 EdmAssociation getAssociation()
           
 EdmAssociationSetEnd getEnd1()
           
 EdmAssociationSetEnd getEnd2()
           
 String getName()
           
static EdmAssociationSet.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

getAssociation

public EdmAssociation getAssociation()

getEnd1

public EdmAssociationSetEnd getEnd1()

getEnd2

public EdmAssociationSetEnd getEnd2()

getName

public String getName()

newBuilder

public static EdmAssociationSet.Builder newBuilder()


http://odata4j.org