|
||||||||||
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.AssociationSet
public class AssociationSet
Objects of this class represent an association set
Constructor Summary | |
---|---|
AssociationSet()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationSet()
Method Detail |
---|
public String getName()
public FullQualifiedName getAssociation()
FullQualifiedName
Association of this AssociationSet
(namespace and name)public AssociationSetEnd getEnd1()
AssociationEnd
end1public AssociationSetEnd getEnd2()
AssociationEnd
end2public Documentation getDocumentation()
Documentation
documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic AssociationSet setName(String name)
AssociationSet
name
-
AssociationSet
for method chainingpublic AssociationSet setAssociation(FullQualifiedName association)
FullQualifiedName
association for this AssociationSet
association
-
AssociationSet
for method chainingpublic AssociationSet setEnd1(AssociationSetEnd end1)
AssociationSetEnd
for this AssociationSet
end1
-
AssociationSet
for method chainingpublic AssociationSet setEnd2(AssociationSetEnd end2)
AssociationSetEnd
for this AssociationSet
end2
-
AssociationSet
for method chainingpublic AssociationSet setDocumentation(Documentation documentation)
Documentation
for this AssociationSet
documentation
-
AssociationSet
for method chainingpublic AssociationSet setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this AssociationSet
annotationAttributes
-
AssociationSet
for method chainingpublic AssociationSet setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this AssociationSet
annotationElements
-
AssociationSet
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |