public class EdmTypeImpl extends AbstractEdmNamed implements EdmType
| Modifier and Type | Field and Description |
|---|---|
protected EdmTypeKind |
kind |
protected FullQualifiedName |
typeName |
edm| Constructor and Description |
|---|
EdmTypeImpl(Edm edm,
FullQualifiedName typeName,
EdmTypeKind kind,
CsdlAnnotatable annotatable) |
| Modifier and Type | Method and Description |
|---|---|
FullQualifiedName |
getFullQualifiedName() |
EdmTypeKind |
getKind() |
String |
getNamespace()
Namespace of this
EdmType. |
getName, toStringgetAnnotation, getAnnotationsprotected final FullQualifiedName typeName
protected final EdmTypeKind kind
public EdmTypeImpl(Edm edm, FullQualifiedName typeName, EdmTypeKind kind, CsdlAnnotatable annotatable)
public FullQualifiedName getFullQualifiedName()
getFullQualifiedName in interface EdmTypepublic String getNamespace()
EdmTypeEdmType.getNamespace in interface EdmTypepublic EdmTypeKind getKind()
getKind in interface EdmTypeEdmTypeKind of this EdmTypeCopyright © 2023. All rights reserved.