|
||||||||||
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.OnDelete
public class OnDelete
Objects of this class represent an OnDelete Action
Constructor Summary | |
---|---|
OnDelete()
|
Method Summary | |
---|---|
EdmAction |
getAction()
|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
Documentation |
getDocumentation()
|
OnDelete |
setAction(EdmAction action)
Sets the EdmAction for this OnDelete |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnDelete()
Method Detail |
---|
public EdmAction getAction()
EdmAction
actionpublic Documentation getDocumentation()
Documentation
documentationpublic List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic OnDelete setAction(EdmAction action)
EdmAction
for this OnDelete
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 chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |