Uses of Class
org.specrunner.plugins.core.objects.AbstractPluginObject.Field

Packages that use AbstractPluginObject.Field
org.specrunner.plugins.core.objects   
 

Uses of AbstractPluginObject.Field in org.specrunner.plugins.core.objects
 

Fields in org.specrunner.plugins.core.objects with type parameters of type AbstractPluginObject.Field
protected  List<AbstractPluginObject.Field> AbstractPluginObject.fields
          List of fields.
protected  Map<String,AbstractPluginObject.Field> AbstractPluginObject.generic
          List of generic definition fields.
 

Methods in org.specrunner.plugins.core.objects with parameters of type AbstractPluginObject.Field
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(RowAdapter row, Object instance, AbstractPluginObject.Field f, Object value)
          Set the field with the given value.
 

Method parameters in org.specrunner.plugins.core.objects with type arguments of type AbstractPluginObject.Field
protected  void AbstractPluginObject.loadFields(IContext context, RowAdapter row, List<AbstractPluginObject.Field> list)
          Load fields based on th tags.
 



Copyright © 2014. All rights reserved.