Interface EdmType
- All Superinterfaces:
EdmNamed
- All Known Subinterfaces:
EdmAction,EdmComplexType,EdmEntityType,EdmEnumType,EdmFunction,EdmOperation,EdmPrimitiveType,EdmStructuredType,EdmTermType,EdmTypeDefinition
- All Known Implementing Classes:
AbstractEdmOperation,AbstractEdmStructuredType,AbstractGeospatialType,DynamicStructuredType,EdmActionImpl,EdmAnnotationPath,EdmAnyPropertyPath,EdmBinary,EdmBoolean,EdmByte,EdmComplexTypeImpl,EdmDate,EdmDateTimeOffset,EdmDecimal,EdmDouble,EdmDuration,EdmEntityTypeImpl,EdmEnumTypeImpl,EdmFunctionImpl,EdmGeography,EdmGeographyCollection,EdmGeographyLineString,EdmGeographyMultiLineString,EdmGeographyMultiPoint,EdmGeographyMultiPolygon,EdmGeographyPoint,EdmGeographyPolygon,EdmGeometry,EdmGeometryCollection,EdmGeometryLineString,EdmGeometryMultiLineString,EdmGeometryMultiPoint,EdmGeometryMultiPolygon,EdmGeometryPoint,EdmGeometryPolygon,EdmGuid,EdmInt16,EdmInt32,EdmInt64,EdmModelElementPath,EdmNavigationPropertyPath,EdmPropertyPath,EdmSByte,EdmSingle,EdmStream,EdmString,EdmTimeOfDay,EdmTypeDefinitionImpl,EdmTypeImpl,SingletonPrimitiveType,SingletonTermType
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:
EdmTypeKindof thisEdmType
-