public static enum UiModel.OutputDataKey extends Enum<UiModel.OutputDataKey>
Enum Constant and Description |
---|
CollectdConfigSnippet |
JmxDataCollectionConfig |
SnmpGraphProperties |
Modifier and Type | Method and Description |
---|---|
String |
getDescriptionFilename() |
String |
getDownloadFilename() |
String |
getTitle() |
static UiModel.OutputDataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiModel.OutputDataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiModel.OutputDataKey JmxDataCollectionConfig
public static final UiModel.OutputDataKey SnmpGraphProperties
public static final UiModel.OutputDataKey CollectdConfigSnippet
public static UiModel.OutputDataKey[] values()
for (UiModel.OutputDataKey c : UiModel.OutputDataKey.values()) System.out.println(c);
public static UiModel.OutputDataKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDescriptionFilename()
public String getDownloadFilename()
public String getTitle()
Copyright © 2021. All rights reserved.