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