| Package | Description |
|---|---|
| org.specrunner.plugins.core.objects |
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractPluginObject.Field> |
AbstractPluginObject.fields
List of fields.
|
protected Map<String,AbstractPluginObject.Field> |
AbstractPluginObject.fieldToFields
List of field definition fields.
|
protected Map<String,AbstractPluginObject.Field> |
AbstractPluginObject.headerToFields
List of header definition fields.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPluginObject.setBoolean(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets a boolean to a field.
|
protected void |
AbstractPluginObject.setChar(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets a char to a field.
|
protected void |
AbstractPluginObject.setDouble(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets a double to a field.
|
protected void |
AbstractPluginObject.setEntity(Object instance,
AbstractPluginObject.Field f,
Object value)
If there is some plugin of the object type specified in field, use the
plugin object version.
|
protected void |
AbstractPluginObject.setFloat(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets a float to a field.
|
protected void |
AbstractPluginObject.setInteger(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets an integer to a field.
|
protected void |
AbstractPluginObject.setLong(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets a long to a field.
|
protected void |
AbstractPluginObject.setObject(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets an object to a field.
|
protected void |
AbstractPluginObject.setShort(Object instance,
AbstractPluginObject.Field f,
Object value)
Sets a short to a field.
|
protected void |
AbstractPluginObject.setValue(IContext context,
TableAdapter table,
RowAdapter row,
Object instance,
AbstractPluginObject.Field f,
Object value)
Set the field with the given value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPluginObject.loadFields(IContext context,
RowAdapter row,
List<AbstractPluginObject.Field> list)
Load fields based on
th tags. |
Copyright © 2016. All rights reserved.