public class EdmTermImpl extends AbstractEdmNamed implements EdmTerm
edm| Constructor and Description |
|---|
EdmTermImpl(Edm edm,
String namespace,
CsdlTerm term) |
| Modifier and Type | Method and Description |
|---|---|
List<TargetType> |
getAppliesTo() |
EdmTerm |
getBaseTerm()
When applying a term with a base term,the base term MUST also be applied with the same qualifier, and so on until a
term without a base term is reached.
|
String |
getDefaultValue() |
FullQualifiedName |
getFullQualifiedName() |
Integer |
getMaxLength() |
Integer |
getPrecision() |
Integer |
getScale() |
SRID |
getSrid() |
EdmType |
getType() |
boolean |
isNullable() |
getName, toStringgetAnnotation, getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotationspublic FullQualifiedName getFullQualifiedName()
getFullQualifiedName in interface EdmTermpublic EdmType getType()
public EdmTerm getBaseTerm()
EdmTermgetBaseTerm in interface EdmTermpublic List<TargetType> getAppliesTo()
getAppliesTo in interface EdmTermpublic boolean isNullable()
isNullable in interface EdmTermpublic Integer getMaxLength()
getMaxLength in interface EdmTermpublic Integer getPrecision()
getPrecision in interface EdmTermpublic Integer getScale()
public SRID getSrid()
public String getDefaultValue()
getDefaultValue in interface EdmTermCopyright © 2023. All rights reserved.