Uses of Class
edu.wisc.ssec.mcidasv.servermanager.LocalAddeEntry.AddeFormat

Packages that use LocalAddeEntry.AddeFormat
edu.wisc.ssec.mcidasv.servermanager   
 

Uses of LocalAddeEntry.AddeFormat in edu.wisc.ssec.mcidasv.servermanager
 

Fields in edu.wisc.ssec.mcidasv.servermanager declared as LocalAddeEntry.AddeFormat
private  LocalAddeEntry.AddeFormat LocalAddeEntry.format
          MCV
private  LocalAddeEntry.AddeFormat LocalAddeEntry.Builder.format
          Corresponds to RESOLV.SRV's "MCV" section.
 

Methods in edu.wisc.ssec.mcidasv.servermanager that return LocalAddeEntry.AddeFormat
 LocalAddeEntry.AddeFormat LocalAddeEntry.getFormat()
          Gets the ADDE dataset format for the current local ADDE entry.
static LocalAddeEntry.AddeFormat EntryTransforms.strToAddeFormat(String s)
          Attempts to convert a String into a member of LocalAddeEntry.AddeFormat.
static LocalAddeEntry.AddeFormat LocalAddeEntry.AddeFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocalAddeEntry.AddeFormat[] LocalAddeEntry.AddeFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntry.AddeFormat
static String EntryTransforms.addeFormatToStr(LocalAddeEntry.AddeFormat format)
           
static int LocalAddeEntry.generateHashCode(String name, String group, String fileMask, String entryAlias, boolean isTemporary, LocalAddeEntry.AddeFormat format)
           
 

Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type LocalAddeEntry.AddeFormat
LocalAddeEntry.Builder(String name, String group, String mask, LocalAddeEntry.AddeFormat format)
          Creates a new LocalAddeEntry "builder" with the required fields for a LocalAddeEntry object.