Uses of Interface
net.sf.adatagenerator.api.Group

Packages that use Group
net.sf.adatagenerator.api The API package is composed of Java interfaces, abstract classes and Exception classes that the define A Data Generator (ADG) framework. 
net.sf.adatagenerator.core The CORE package is composed of concrete classes for default implementations of A Data Generator (ADG) framework. 
 

Uses of Group in net.sf.adatagenerator.api
 

Subinterfaces of Group in net.sf.adatagenerator.api
 interface HierarchicalGroup<T>
           
 

Methods in net.sf.adatagenerator.api with parameters of type Group
<V,T> Object
GeneratedGroupBean.getGroupParameterValue(Group<T> group, Class<V> parameterType, String parameterName)
           
<V,T> void
GeneratedGroupBean.setGroupParameterValue(Group<T> group, Class<V> parameterType, String parameterName, Object parameterValue)
           
 

Uses of Group in net.sf.adatagenerator.core
 

Classes in net.sf.adatagenerator.core that implement Group
 class DefaultGroup<T>
           
 



Copyright © 2011-2012. All Rights Reserved.