|
||||||||||
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.AssociationEnd
public class AssociationEnd
Objects of this class represent an association end
Constructor Summary | |
---|---|
AssociationEnd()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationEnd()
Method Detail |
---|
public FullQualifiedName getType()
FullQualifiedName
full qualified name (namespace and name)public String getRole()
public EdmMultiplicity getMultiplicity()
EdmMultiplicity
multiplicity of this endpublic OnDelete getOnDelete()
OnDelete
on deletepublic Documentation getDocumentation()
Documentation
documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic AssociationEnd setType(FullQualifiedName type)
FullQualifiedName
for this AssociationEnd
type
-
AssociationEnd
for method chainingpublic AssociationEnd setRole(String role)
AssociationEnd
role
-
AssociationEnd
for method chainingpublic AssociationEnd setMultiplicity(EdmMultiplicity multiplicity)
EdmMultiplicity
for this AssociationEnd
multiplicity
-
AssociationEnd
for method chainingpublic AssociationEnd setOnDelete(OnDelete onDelete)
OnDelete
for this AssociationEnd
onDelete
-
AssociationEnd
for method chainingpublic AssociationEnd setDocumentation(Documentation documentation)
Documentation
for this AssociationEnd
documentation
-
AssociationEnd
for method chainingpublic AssociationEnd setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this AssociationEnd
annotationAttributes
-
AssociationEnd
for method chainingpublic AssociationEnd setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this AssociationEnd
annotationElements
-
AssociationEnd
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |