public abstract class SingletonTermType extends Object implements EdmTermType
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
EDM_NAMESPACE| Constructor and Description |
|---|
SingletonTermType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FullQualifiedName |
getFullQualifiedName() |
EdmTypeKind |
getKind() |
String |
getName() |
String |
getNamespace()
Namespace of this
EdmType. |
int |
hashCode() |
boolean |
isCompatible(EdmTermType termType)
Checks type compatibility.
|
protected String name
public FullQualifiedName getFullQualifiedName()
getFullQualifiedName in interface EdmTypepublic boolean isCompatible(EdmTermType termType)
EdmTermTypeisCompatible in interface EdmTermTypetermType - the EdmTermTypeKind to be tested for compatibilitytrue if the provided type is compatible to this typepublic String getNamespace()
EdmTypeEdmType.getNamespace in interface EdmTypepublic EdmTypeKind getKind()
getKind in interface EdmTypeEdmTypeKind of this EdmTypeCopyright © 2023. All rights reserved.