|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.plugins.core.objects.AbstractPluginObject.Field
public static class AbstractPluginObject.Field
Hold column information.
| Constructor Summary | |
|---|---|
AbstractPluginObject.Field()
|
|
| Method Summary | |
|---|---|
String[] |
getArgs()
The converter arguments. |
String |
getComparator()
Gets the comparator. |
String[] |
getConverters()
Get converters. |
String |
getDef()
Get default value. |
String |
getFieldName()
Gets the field column name. |
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 |
isIgnore()
Ignore the column with this mark. |
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 |
setConverters(String[] converters)
Set converters. |
void |
setDef(String def)
Sets the default. |
void |
setFieldName(String fieldName)
The column name. |
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPluginObject.Field()
| Method Detail |
|---|
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 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[] getConverters()
public void setConverters(String[] converters)
converters - The converters.public String[] getArgs()
public void setArgs(String[] args)
args - The arguments.public String getComparator()
public void setComparator(String comparator)
comparator - The comparator.public String getFullName()
public Class<?> getSpecificType()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||