Class CsdlReferentialConstraint
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
org.apache.olingo.commons.api.edm.provider.CsdlReferentialConstraint
- All Implemented Interfaces:
CsdlAnnotatable
The type Csdl referential constraint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of annotationsGets property.Gets referenced property.setAnnotations
(List<CsdlAnnotation> annotations) Sets a list of annotationssetProperty
(String property) Sets property.setReferencedProperty
(String referencedProperty) Sets referenced property.Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
getAllByName, getOneByName
-
Constructor Details
-
CsdlReferentialConstraint
public CsdlReferentialConstraint()
-
-
Method Details
-
getProperty
Gets property.- Returns:
- the property
-
setProperty
Sets property.- Parameters:
property
- the property- Returns:
- the property
-
getReferencedProperty
Gets referenced property.- Returns:
- the referenced property
-
setReferencedProperty
Sets referenced property.- Parameters:
referencedProperty
- the referenced property- Returns:
- the referenced property
-
getAnnotations
Description copied from interface:CsdlAnnotatable
Returns a list of annotations- Specified by:
getAnnotations
in interfaceCsdlAnnotatable
- Returns:
- list of annotations
-
setAnnotations
Sets a list of annotations- Parameters:
annotations
- list of annotations- Returns:
- this instance
-