public class EdmOnDeleteImpl extends Object implements EdmOnDelete
Constructor and Description |
---|
EdmOnDeleteImpl() |
Modifier and Type | Method and Description |
---|---|
EdmAction |
getAction() |
List<EdmAnnotationAttribute> |
getAnnotationAttributes() |
List<EdmAnnotationElement> |
getAnnotationElements() |
EdmDocumentation |
getDocumentation() |
EdmOnDeleteImpl |
setAction(EdmAction action)
Sets the
EdmAction for this EdmOnDeleteImpl |
EdmOnDeleteImpl |
setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
Sets the List of
AnnotationAttribute for this EdmOnDeleteImpl |
EdmOnDeleteImpl |
setAnnotationElements(List<EdmAnnotationElement> annotationElements)
Sets the List of
AnnotationElement for this EdmOnDeleteImpl |
EdmOnDeleteImpl |
setDocumentation(EdmDocumentation documentation)
Sets the
Documentation for this EdmOnDeleteImpl |
String |
toString() |
public EdmAction getAction()
getAction
in interface EdmOnDelete
EdmAction
actionpublic EdmDocumentation getDocumentation()
getDocumentation
in interface EdmOnDelete
Documentation
documentationpublic List<EdmAnnotationAttribute> getAnnotationAttributes()
getAnnotationAttributes
in interface EdmOnDelete
AnnotationAttribute
annotation attributespublic List<EdmAnnotationElement> getAnnotationElements()
getAnnotationElements
in interface EdmOnDelete
AnnotationElement
annotation elementspublic EdmOnDeleteImpl setAction(EdmAction action)
EdmAction
for this EdmOnDeleteImpl
action
- EdmOnDeleteImpl
for method chainingpublic EdmOnDeleteImpl setDocumentation(EdmDocumentation documentation)
Documentation
for this EdmOnDeleteImpl
documentation
- EdmOnDeleteImpl
for method chainingpublic EdmOnDeleteImpl setAnnotationAttributes(List<EdmAnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this EdmOnDeleteImpl
annotationAttributes
- EdmOnDeleteImpl
for method chainingpublic EdmOnDeleteImpl setAnnotationElements(List<EdmAnnotationElement> annotationElements)
AnnotationElement
for this EdmOnDeleteImpl
annotationElements
- EdmOnDeleteImpl
for method chainingCopyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.