Uses of Class
insensa.optionfilechanger.EOption

Packages that use EOption
insensa   
insensa.optionfilechanger   
 

Uses of EOption in insensa
 

Methods in insensa with parameters of type EOption
 void CRasterFileSet.addRasterFileNameList(java.util.List<java.lang.String> fullNameList, java.util.List<java.lang.String> outputNameList, EOption option, boolean serialize)
           
 

Uses of EOption in insensa.optionfilechanger
 

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

Methods in insensa.optionfilechanger with parameters of type EOption
 OptionFileChanger COptionManager.getFileChanger(EOption option)