Package org.apache.olingo.odata2.api.edm
Interface EdmType
-
- All Superinterfaces:
EdmNamed
- All Known Subinterfaces:
EdmAssociation,EdmComplexType,EdmEntityType,EdmSimpleType,EdmStructuralType
public interface EdmType extends EdmNamed
@org.apache.olingo.odata2.DoNotImplement EdmType holds the namespace of a given type and its type asEdmTypeKind.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmTypeKindgetKind()StringgetNamespace()Namespace of thisEdmType
-
-
-
Method Detail
-
getNamespace
String getNamespace() throws EdmException
Namespace of thisEdmType- Returns:
- namespace as String
- Throws:
EdmException- Caso ocorra uma exceção EDM
-
getKind
EdmTypeKind getKind()
- Returns:
EdmTypeKindof thisEdmType
-
-