Uses of Class
net.sf.jack4j.JackStatus

Packages that use JackStatus
net.sf.jack4j   
 

Uses of JackStatus in net.sf.jack4j
 

Methods in net.sf.jack4j that return JackStatus
static JackStatus JackStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JackStatus[] JackStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jack4j that return types with arguments of type JackStatus
static java.util.EnumSet<JackStatus> JackStatus.decode(int value)
          Decodes int value as set of enum values.
 

Method parameters in net.sf.jack4j with type arguments of type JackStatus
static int JackStatus.encode(java.util.Set<JackStatus> flags)
          Encodes set of enum constants as int, by ORing their values together.
 



Copyright © 2008 Ondrej Par. All Rights Reserved.