public class

EdmAssociationSetEnd

extends EdmItem
java.lang.Object
   ↳ org.odata4j.edm.EdmItem
     ↳ org.odata4j.edm.EdmAssociationSetEnd

Class Overview

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.

Summary

Nested Classes
class EdmAssociationSetEnd.Builder Mutable builder for EdmAssociationEnd objects. 
Fields
private final EdmEntitySet entitySet
private final EdmAssociationEnd role
[Expand]
Inherited Fields
From class org.odata4j.edm.EdmItem
Public Methods
EdmEntitySet getEntitySet()
EdmAssociationEnd getRole()
static EdmAssociationSetEnd.Builder newBuilder()
[Expand]
Inherited Methods
From class org.odata4j.edm.EdmItem
From class java.lang.Object

Fields

private final EdmEntitySet entitySet

private final EdmAssociationEnd role

Public Methods

public EdmEntitySet getEntitySet ()

public EdmAssociationEnd getRole ()

public static EdmAssociationSetEnd.Builder newBuilder ()