Package org.apache.olingo.odata2.api.edm
Interface EdmReferentialConstraint
-
- All Superinterfaces:
EdmAnnotatable
public interface EdmReferentialConstraint extends EdmAnnotatable
@org.apache.olingo.odata2.DoNotImplement A CSDL ReferentialConstraint element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmReferentialConstraintRolegetDependent()Get the dependent end elementEdmReferentialConstraintRolegetPrincipal()Get the principal end element-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
-
-
-
-
Method Detail
-
getPrincipal
EdmReferentialConstraintRole getPrincipal() throws EdmException
Get the principal end element- Returns:
EdmReferentialConstraintRole- Throws:
EdmException- Caso ocorra uma exceção EDM
-
getDependent
EdmReferentialConstraintRole getDependent() throws EdmException
Get the dependent end element- Returns:
EdmReferentialConstraintRole- Throws:
EdmException- Caso ocorra uma exceção EDM
-
-