Uses of Class
logist.LogistSettings.SizeKey

Packages that use LogistSettings.SizeKey
logist   
 

Uses of LogistSettings.SizeKey in logist
 

Methods in logist that return LogistSettings.SizeKey
static LogistSettings.SizeKey LogistSettings.SizeKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogistSettings.SizeKey[] LogistSettings.SizeKey.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.SizeKey
 int LogistSettings.get(LogistSettings.SizeKey key)
           
 void LogistSettings.set(LogistSettings.SizeKey key, int value)