Interface EdmType
- All Superinterfaces:
EdmNamed
- All Known Subinterfaces:
EdmAction
,EdmComplexType
,EdmEntityType
,EdmEnumType
,EdmFunction
,EdmOperation
,EdmPrimitiveType
,EdmStructuredType
,EdmTypeDefinition
EdmType holds the namespace of a given type and its type as
EdmTypeKind
.-
Method Details
-
getFullQualifiedName
FullQualifiedName getFullQualifiedName()- Returns:
- full qualified name
-
getNamespace
String getNamespace()Namespace of thisEdmType
.- Returns:
- namespace as String
-
getKind
EdmTypeKind getKind()- Returns:
EdmTypeKind
of thisEdmType
-