public static class AbstractPluginObject.Field extends Object
| Constructor and Description |
|---|
AbstractPluginObject.Field() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgs()
The converter arguments.
|
String |
getComparator()
Gets the comparator.
|
String |
getConverter()
Get converters.
|
String |
getDef()
Get default value.
|
String |
getFieldName()
Gets the field column name.
|
String |
getFormatter()
Get formatter.
|
String[] |
getFormattersArgs()
The formatter arguments.
|
String |
getFullName()
Get full name of field.
|
int |
getIndex()
Get index.
|
String[] |
getNames()
Gets names.
|
Class<?> |
getSpecificType()
Get the type of field.
|
Class<?>[] |
getTypes()
Get types.
|
boolean |
isEval()
Check if eval is enabled.
|
boolean |
isIgnore()
Ignore the column with this mark.
|
boolean |
isList()
Check if an attribute is a list.
|
boolean |
isReference()
Get if the field is a key value.
|
void |
setArgs(String[] args)
Set converter arguments.
|
void |
setComparator(String comparator)
Sets the comparator.
|
void |
setConverter(String converter)
Set converter.
|
void |
setDef(String def)
Sets the default.
|
void |
setEval(boolean eval)
Set eval status.
|
void |
setFieldName(String fieldName)
The column name.
|
void |
setFormatter(String formatter)
Set formatter.
|
void |
setFormattersArgs(String[] args)
Set formatter arguments.
|
void |
setIgnore(boolean ignore)
Sets to ignore a column.
|
void |
setIndex(int index)
Sets the index.
|
void |
setNames(String[] names)
Sets the name.
|
void |
setReference(boolean reference)
Set if the field is a key part.
|
void |
setTypes(Class<?>[] types)
Set types.
|
String |
toString() |
public int getIndex()
public void setIndex(int index)
index - The index.public boolean isIgnore()
public void setIgnore(boolean ignore)
ignore - The ignore mark.public boolean isEval()
public void setEval(boolean eval)
eval - true, to eval, false, otherwise.public boolean isReference()
public void setReference(boolean reference)
reference - The reference status.public String getFieldName()
public void setFieldName(String fieldName)
fieldName - The column name.public String[] getNames()
public void setNames(String[] names)
names - The names.public Class<?>[] getTypes()
public void setTypes(Class<?>[] types)
types - The types.public String getDef()
public void setDef(String def)
def - The default.public String getConverter()
public void setConverter(String converter)
converter - The converter.public String[] getArgs()
public void setArgs(String[] args)
args - The arguments.public String getFormatter()
public void setFormatter(String formatter)
formatter - The formatter.public String[] getFormattersArgs()
public void setFormattersArgs(String[] args)
args - The arguments.public String getComparator()
public void setComparator(String comparator)
comparator - The comparator.public String getFullName()
public Class<?> getSpecificType()
public boolean isList()
Copyright © 2016. All rights reserved.