public interface StringType extends SimpleType
This interface represents a string type
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
StringCaseValues |
getCase() |
int |
getMaxLength() |
static final java.lang.String copyright
StringCaseValues getCase()
If the meaning of the 'Case' attribute isn't clear,
there really should be more of a description here...
int getMaxLength()
Returns the maximum length. (-1 == unbounded)