Uses of Class
org.keyczar.enums.Flag

Packages that use Flag
org.keyczar.enums   
 

Uses of Flag in org.keyczar.enums
 

Methods in org.keyczar.enums that return Flag
static Flag Flag.getFlag(java.lang.String name)
           
static Flag Flag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Flag[] Flag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.