public class ColumnDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
dataType |
String |
defaultValue |
String |
descriptionId |
boolean |
isRequired |
String |
max |
int |
maxLength |
String |
min |
String |
name |
| Constructor and Description |
|---|
ColumnDefinition() |
public String name
public String dataType
public boolean isRequired
public String min
public String max
public int maxLength
public String defaultValue
public String descriptionId
public boolean isValid(String value)
public void optimize()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.