Class Overview
A CSDL Association element.
An Association element defines a relationship between two entity types. An association must specify the entity types
that are involved in the relationship and the possible number of entity types at each end of the relationship, which is
known as the multiplicity. The multiplicity of an association end can have a value of one (1), zero or one (0..1), or
many (*). This information is specified in two child End elements.
Summary
| Nested Classes |
|
class |
EdmAssociation.Builder |
Mutable builder for EdmAssociation objects. |
|
[Expand]
Inherited Methods |
From class
org.odata4j.edm.EdmItem
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
final
String
alias
private
final
String
name
private
final
String
namespace
Public Methods
public
String
getAlias
()
public
String
getFQAliasName
()
public
String
getFQNamespaceName
()
public
String
getNamespace
()
public
String
toString
()