Uses of Class
edu.wisc.ssec.mcidasv.startupmanager.options.MemoryOption.Prefix

Packages that use MemoryOption.Prefix
edu.wisc.ssec.mcidasv.startupmanager.options   
 

Uses of MemoryOption.Prefix in edu.wisc.ssec.mcidasv.startupmanager.options
 

Fields in edu.wisc.ssec.mcidasv.startupmanager.options declared as MemoryOption.Prefix
private  MemoryOption.Prefix MemoryOption.currentPrefix
           
private  MemoryOption.Prefix MemoryOption.initPrefixValue
           
private static MemoryOption.Prefix[] MemoryOption.PREFIXES
           
 

Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return MemoryOption.Prefix
static MemoryOption.Prefix MemoryOption.Prefix.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MemoryOption.Prefix[] MemoryOption.Prefix.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.wisc.ssec.mcidasv.startupmanager.options with parameters of type MemoryOption.Prefix
private  String[] MemoryOption.getNames(MemoryOption.Prefix[] arr)