public class AssociationEnd extends Object
Constructor and Description |
---|
AssociationEnd() |
public FullQualifiedName getType()
FullQualifiedName
full qualified name (namespace and name)public String getRole()
public EdmMultiplicity getMultiplicity()
EdmMultiplicity
multiplicity of this endpublic 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 chainingCopyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.