public class TypeDefinition extends Object
Constructor and Description |
---|
TypeDefinition() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsUnicode() |
Integer |
getMaxLength() |
String |
getName() |
Integer |
getPrecision() |
Integer |
getScale() |
FullQualifiedName |
getUnderlyingType() |
TypeDefinition |
setIsUnicode(Boolean isUnicode) |
TypeDefinition |
setMaxLength(Integer maxLength) |
TypeDefinition |
setName(String name) |
TypeDefinition |
setPrecision(Integer precision) |
TypeDefinition |
setScale(Integer scale) |
TypeDefinition |
setUnderlyingType(FullQualifiedName underlyingType) |
public String getName()
public TypeDefinition setName(String name)
public FullQualifiedName getUnderlyingType()
public TypeDefinition setUnderlyingType(FullQualifiedName underlyingType)
public Integer getMaxLength()
public TypeDefinition setMaxLength(Integer maxLength)
public Integer getPrecision()
public TypeDefinition setPrecision(Integer precision)
public Integer getScale()
public TypeDefinition setScale(Integer scale)
public Boolean getIsUnicode()
public TypeDefinition setIsUnicode(Boolean isUnicode)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.