public class OnDelete extends Object
Constructor and Description |
---|
OnDelete() |
Modifier and Type | Method and Description |
---|---|
EdmAction |
getAction() |
List<AnnotationAttribute> |
getAnnotationAttributes() |
List<AnnotationElement> |
getAnnotationElements() |
Documentation |
getDocumentation() |
OnDelete |
setAction(EdmAction action)
|
OnDelete |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this OnDelete |
OnDelete |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this OnDelete |
OnDelete |
setDocumentation(Documentation documentation)
Sets the
Documentation for this OnDelete |
public Documentation getDocumentation()
Documentation
documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic OnDelete setAction(EdmAction action)
action
- OnDelete
for method chainingpublic OnDelete setDocumentation(Documentation documentation)
Documentation
for this OnDelete
documentation
- OnDelete
for method chainingpublic OnDelete setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this OnDelete
annotationAttributes
- OnDelete
for method chainingpublic OnDelete setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this OnDelete
annotationElements
- OnDelete
for method chainingCopyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.