Uses of Class
logist.LogistSettings.FlagKey

Packages that use LogistSettings.FlagKey
logist   
 

Uses of LogistSettings.FlagKey in logist
 

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

Methods in logist with parameters of type LogistSettings.FlagKey
 boolean LogistSettings.get(LogistSettings.FlagKey key)
           
 void LogistSettings.set(LogistSettings.FlagKey key, boolean value)