public class TextType extends DataType
| Constructor and Description |
|---|
TextType()
Creates a Text data type with a maximum lenght of 256 characters
|
TextType(int length)
Creates a Text data type with a given maximum length
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TDTypeValue |
fromString(String value) |
TDTypeValue |
getDefaultValue() |
int |
getLenght() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public TextType()
public TextType(int length)
length - the number of allowed maximum characterspublic int getLenght()
public TDTypeValue getDefaultValue()
getDefaultValue in class DataTypepublic TDTypeValue fromString(String value)
fromString in class DataTypeCopyright © 2015. All Rights Reserved.