Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private LocalAddeEntry.AddeFormat |
LocalAddeEntry.format
MCV
|
private LocalAddeEntry.AddeFormat |
LocalAddeEntry.Builder.format |
Modifier and Type | Method and Description |
---|---|
LocalAddeEntry.AddeFormat |
LocalAddeEntry.getFormat() |
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.
|
Constructor and Description |
---|
LocalAddeEntry.Builder(String name,
String group,
String mask,
LocalAddeEntry.AddeFormat format) |