Package | Description |
---|---|
edu.wisc.ssec.mcidasv.startupmanager.options |
Modifier and Type | Field and Description |
---|---|
private OptionMaster.OptionPlatform |
AbstractOption.optionPlatform |
Modifier and Type | Method and Description |
---|---|
protected OptionMaster.OptionPlatform |
OptionMaster.convertToOptionPlatform()
Converts a
StartupManager.Platform to its corresponding
OptionMaster.OptionPlatform type. |
OptionMaster.OptionPlatform |
Option.getOptionPlatform() |
OptionMaster.OptionPlatform |
AbstractOption.getOptionPlatform()
Returns the platform(s) to which this option applies.
|
static OptionMaster.OptionPlatform |
OptionMaster.OptionPlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionMaster.OptionPlatform[] |
OptionMaster.OptionPlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<Option> |
OptionMaster.optionsByPlatform(Set<OptionMaster.OptionPlatform> platforms) |