Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private AddeEntry.EntryStatus |
RemoteAddeEntry.entryStatus
Whether or not this entry is in the "active set".
|
private AddeEntry.EntryStatus |
RemoteAddeEntry.Builder.entryStatus
Optional
AddeEntry.EntryStatus of the entry. |
private AddeEntry.EntryStatus |
LocalAddeEntry.entryStatus
Status of this entry.
|
private AddeEntry.EntryStatus |
LocalAddeEntry.Builder.status
Defaults to
INVALID . |
Modifier and Type | Method and Description |
---|---|
static AddeEntry.EntryStatus |
AddeEntry.EntryStatus.fromStr(String str) |
AddeEntry.EntryStatus |
RemoteAddeEntry.getEntryStatus() |
AddeEntry.EntryStatus |
LocalAddeEntry.getEntryStatus() |
AddeEntry.EntryStatus |
AddeEntry.getEntryStatus()
GUI status of the entry.
|
static AddeEntry.EntryStatus |
EntryTransforms.strToEntryStatus(String s)
Attempts to convert a
String into an AddeEntry.EntryStatus . |
static AddeEntry.EntryStatus |
AddeEntry.EntryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddeEntry.EntryStatus[] |
AddeEntry.EntryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteAddeEntry.setEntryStatus(AddeEntry.EntryStatus newStatus) |
void |
LocalAddeEntry.setEntryStatus(AddeEntry.EntryStatus newStatus) |
void |
AddeEntry.setEntryStatus(AddeEntry.EntryStatus newStatus) |
RemoteAddeEntry.Builder |
RemoteAddeEntry.Builder.status(AddeEntry.EntryStatus entryStatus)
Optional "parameter" for an ADDE entry.
|
LocalAddeEntry.Builder |
LocalAddeEntry.Builder.status(AddeEntry.EntryStatus status) |