org.odata4j.edm
Class EdmAssociationSet
java.lang.Object
org.odata4j.edm.EdmItem
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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