public class EdmTermImpl extends AbstractEdmNamed implements org.apache.olingo.commons.api.edm.EdmTerm
edm| Constructor and Description |
|---|
EdmTermImpl(org.apache.olingo.commons.api.edm.Edm edm,
String namespace,
org.apache.olingo.commons.api.edm.provider.CsdlTerm term) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.olingo.commons.api.edm.TargetType> |
getAppliesTo() |
org.apache.olingo.commons.api.edm.EdmTerm |
getBaseTerm() |
String |
getDefaultValue() |
org.apache.olingo.commons.api.edm.FullQualifiedName |
getFullQualifiedName() |
Integer |
getMaxLength() |
Integer |
getPrecision() |
Integer |
getScale() |
org.apache.olingo.commons.api.edm.geo.SRID |
getSrid() |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
boolean |
isNullable() |
getNamegetAnnotation, getAnnotationspublic EdmTermImpl(org.apache.olingo.commons.api.edm.Edm edm,
String namespace,
org.apache.olingo.commons.api.edm.provider.CsdlTerm term)
public org.apache.olingo.commons.api.edm.FullQualifiedName getFullQualifiedName()
getFullQualifiedName in interface org.apache.olingo.commons.api.edm.EdmTermpublic org.apache.olingo.commons.api.edm.EdmType getType()
getType in interface org.apache.olingo.commons.api.edm.EdmTermpublic org.apache.olingo.commons.api.edm.EdmTerm getBaseTerm()
getBaseTerm in interface org.apache.olingo.commons.api.edm.EdmTermpublic List<org.apache.olingo.commons.api.edm.TargetType> getAppliesTo()
getAppliesTo in interface org.apache.olingo.commons.api.edm.EdmTermpublic boolean isNullable()
isNullable in interface org.apache.olingo.commons.api.edm.EdmTermpublic Integer getMaxLength()
getMaxLength in interface org.apache.olingo.commons.api.edm.EdmTermpublic Integer getPrecision()
getPrecision in interface org.apache.olingo.commons.api.edm.EdmTermpublic Integer getScale()
getScale in interface org.apache.olingo.commons.api.edm.EdmTermpublic org.apache.olingo.commons.api.edm.geo.SRID getSrid()
getSrid in interface org.apache.olingo.commons.api.edm.EdmTermpublic String getDefaultValue()
getDefaultValue in interface org.apache.olingo.commons.api.edm.EdmTermCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.