Uses of Class
com.acsinet_solutions.cetia4.controller.meta.CombinationPolicy

Packages that use CombinationPolicy
com.acsinet_solutions.cetia4.controller.meta This package contains annotations and helper classes that provide information that can be associated to classes and instances that are developed with the framework, and this annotations provide configuration information to the framework classes. 
 

Uses of CombinationPolicy in com.acsinet_solutions.cetia4.controller.meta
 

Methods in com.acsinet_solutions.cetia4.controller.meta that return CombinationPolicy
static CombinationPolicy CombinationPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CombinationPolicy[] CombinationPolicy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.