|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.Association
public class Association
Objects of this class represent an association
Constructor Summary | |
---|---|
Association()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Association()
Method Detail |
---|
public String getName()
public AssociationEnd getEnd1()
AssociationEnd
end2public AssociationEnd getEnd2()
AssociationEnd
end2public ReferentialConstraint getReferentialConstraint()
ReferentialConstraint
referentialConstraintpublic Documentation getDocumentation()
Documentation
documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic Association setName(String name)
Association
name
-
Association
for method chainingpublic Association setEnd1(AssociationEnd end1)
AssociationEnd
for this Association
end1
-
Association
for method chainingpublic Association setEnd2(AssociationEnd end2)
AssociationEnd
for this Association
end2
-
Association
for method chainingpublic Association setReferentialConstraint(ReferentialConstraint referentialConstraint)
ReferentialConstraint
for this Association
referentialConstraint
-
Association
for method chainingpublic Association setDocumentation(Documentation documentation)
Documentation
for this Association
documentation
-
Association
for method chainingpublic Association setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this Association
annotationAttributes
-
Association
for method chainingpublic Association setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this Association
annotationElements
-
Association
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |