public static class Field.Config.TextOptions extends Field.Config.Options
Field of type Field.Type.TEXT.| Constructor and Description |
|---|
TextOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getFormat() |
int |
getRows() |
int |
hashCode() |
Field.Config.TextOptions |
setDefaultValue(String defaultValue) |
Field.Config.TextOptions |
setFormat(String format) |
Field.Config.TextOptions |
setRows(int rows) |
String |
toString() |
isRequired, setRequired@Generated(value="lombok") public TextOptions()
@Generated(value="lombok") public String getDefaultValue()
@Generated(value="lombok") public String getFormat()
@Generated(value="lombok") public int getRows()
@Generated(value="lombok") public Field.Config.TextOptions setDefaultValue(String defaultValue)
@Generated(value="lombok") public Field.Config.TextOptions setFormat(String format)
@Generated(value="lombok") public Field.Config.TextOptions setRows(int rows)
@Generated(value="lombok") public boolean equals(Object o)
equals in class Field.Config.Options@Generated(value="lombok") protected boolean canEqual(Object other)
canEqual in class Field.Config.Options@Generated(value="lombok") public int hashCode()
hashCode in class Field.Config.Options@Generated(value="lombok") public String toString()
toString in class Field.Config.OptionsCopyright © 2017. All rights reserved.