Uses of Class
be.ugent.twijug.jclops.annotations.Exclusion

Packages that use Exclusion
be.ugent.twijug.jclops.annotations Annotations for the Java command line option processor system (J-Clops). 
 

Uses of Exclusion in be.ugent.twijug.jclops.annotations
 

Methods in be.ugent.twijug.jclops.annotations that return Exclusion
static Exclusion Exclusion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Exclusion[] Exclusion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.