public class ReturnType extends Object
Constructor and Description |
---|
ReturnType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxLength() |
Boolean |
getNullable() |
Integer |
getPrecision() |
Integer |
getScale() |
FullQualifiedName |
getType() |
boolean |
isCollection() |
ReturnType |
setCollection(boolean isCollection) |
ReturnType |
setMaxLength(Integer maxLength) |
ReturnType |
setNullable(Boolean nullable) |
ReturnType |
setPrecision(Integer precision) |
ReturnType |
setScale(Integer scale) |
ReturnType |
setType(FullQualifiedName type) |
public FullQualifiedName getType()
public ReturnType setType(FullQualifiedName type)
public boolean isCollection()
public ReturnType setCollection(boolean isCollection)
public Boolean getNullable()
public ReturnType setNullable(Boolean nullable)
public Integer getMaxLength()
public ReturnType setMaxLength(Integer maxLength)
public Integer getPrecision()
public ReturnType setPrecision(Integer precision)
public Integer getScale()
public ReturnType setScale(Integer scale)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.