Class EdmOnDeleteImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmOnDeleteImpl
-
- All Implemented Interfaces:
EdmOnDelete
public class EdmOnDeleteImpl extends Object implements EdmOnDelete
Objects of this class represent an OnDelete Action
-
-
Constructor Summary
Constructors Constructor Description EdmOnDeleteImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmActiongetAction()List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute>getAnnotationAttributes()List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement>getAnnotationElements()EdmDocumentationgetDocumentation()EdmOnDeleteImplsetAction(org.apache.olingo.odata2.api.edm.EdmAction action)Sets theEdmActionfor thisEdmOnDeleteImplEdmOnDeleteImplsetAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)Sets the List ofEdmAnnotationAttributefor thisEdmOnDeleteImplEdmOnDeleteImplsetAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)Sets the List ofEdmAnnotationElementfor thisEdmOnDeleteImplEdmOnDeleteImplsetDocumentation(EdmDocumentation documentation)Sets theEdmDocumentationfor thisEdmOnDeleteImplStringtoString()
-
-
-
Method Detail
-
getAction
public org.apache.olingo.odata2.api.edm.EdmAction getAction()
- Specified by:
getActionin interfaceEdmOnDelete- Returns:
EdmActionaction
-
getDocumentation
public EdmDocumentation getDocumentation()
- Specified by:
getDocumentationin interfaceEdmOnDelete- Returns:
- Documentation documentation
-
getAnnotationAttributes
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> getAnnotationAttributes()
- Specified by:
getAnnotationAttributesin interfaceEdmOnDelete- Returns:
- List of AnnotationAttribute annotation attributes
-
getAnnotationElements
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> getAnnotationElements()
- Specified by:
getAnnotationElementsin interfaceEdmOnDelete- Returns:
- List of AnnotationElement annotation elements
-
setAction
public EdmOnDeleteImpl setAction(org.apache.olingo.odata2.api.edm.EdmAction action)
Sets theEdmActionfor thisEdmOnDeleteImpl- Parameters:
action- Ação- Returns:
EdmOnDeleteImplfor method chaining
-
setDocumentation
public EdmOnDeleteImpl setDocumentation(EdmDocumentation documentation)
Sets theEdmDocumentationfor thisEdmOnDeleteImpl- Parameters:
documentation- Documentação- Returns:
EdmOnDeleteImplfor method chaining
-
setAnnotationAttributes
public EdmOnDeleteImpl setAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)
Sets the List ofEdmAnnotationAttributefor thisEdmOnDeleteImpl- Parameters:
annotationAttributes- Atributos- Returns:
EdmOnDeleteImplfor method chaining
-
setAnnotationElements
public EdmOnDeleteImpl setAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)
Sets the List ofEdmAnnotationElementfor thisEdmOnDeleteImpl- Parameters:
annotationElements- Elementos- Returns:
EdmOnDeleteImplfor method chaining
-
-