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