Interface EdmTermType
- All Known Implementing Classes:
EdmAnnotationPath,EdmAnyPropertyPath,EdmModelElementPath,EdmNavigationPropertyPath,EdmPropertyPath,SingletonTermType
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisCompatible(EdmTermType termType) Checks type compatibility.Methods inherited from interface org.apache.olingo.commons.api.edm.EdmType
getFullQualifiedName, getKind, getNamespace
-
Field Details
-
EDM_NAMESPACE
- See Also:
-
-
Method Details
-
isCompatible
Checks type compatibility.- Parameters:
termType- theEdmTermTypeKindto be tested for compatibility- Returns:
trueif the provided type is compatible to this type
-