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

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

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

Fields in edu.wisc.ssec.mcidasv.startupmanager.options declared as MemoryOption.State
private  MemoryOption.State MemoryOption.currentState
           
 

Methods in edu.wisc.ssec.mcidasv.startupmanager.options that return MemoryOption.State
static MemoryOption.State MemoryOption.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MemoryOption.State[] MemoryOption.State.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.State
private  void MemoryOption.setState(MemoryOption.State newState)