public class Term extends Object
Constructor and Description |
---|
Term() |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
getAnnotations() |
String |
getAppliesTo() |
FullQualifiedName |
getBaseTerm() |
String |
getDefaultValue() |
Integer |
getMaxLength() |
String |
getName() |
Boolean |
getNullable() |
Integer |
getPrecision() |
Integer |
getScale() |
FullQualifiedName |
getType() |
boolean |
isCollection() |
Term |
setAnnotations(List<Annotation> annotations) |
Term |
setAppliesTo(String appliesTo) |
Term |
setBaseTerm(FullQualifiedName baseTerm) |
Term |
setCollection(boolean isCollection) |
Term |
setDefaultValue(String defaultValue) |
Term |
setMaxLength(Integer maxLength) |
Term |
setName(String name) |
Term |
setNullable(Boolean nullable) |
Term |
setPrecision(Integer precision) |
Term |
setScale(Integer scale) |
Term |
setType(FullQualifiedName type) |
public String getName()
public FullQualifiedName getType()
public Term setType(FullQualifiedName type)
public FullQualifiedName getBaseTerm()
public Term setBaseTerm(FullQualifiedName baseTerm)
public String getAppliesTo()
public boolean isCollection()
public Term setCollection(boolean isCollection)
public String getDefaultValue()
public Boolean getNullable()
public Integer getMaxLength()
public Integer getPrecision()
public Integer getScale()
public List<Annotation> getAnnotations()
public Term setAnnotations(List<Annotation> annotations)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.