public interface EdmTerm extends EdmNamed, EdmAnnotatable
EdmTerm
defines a term in a vocabulary.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() |
getAnnotation, getAnnotations
EdmType getType()
FullQualifiedName getFullQualifiedName()
EdmTerm getBaseTerm()
List<TargetType> getAppliesTo()
boolean isNullable()
Integer getMaxLength()
Integer getPrecision()
Integer getScale()
SRID getSrid()
String getDefaultValue()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.