public enum UiExtensionType extends Enum<UiExtensionType>
| Enum Constant and Description |
|---|
ContentViewer |
ControllerServiceConfiguration |
ProcessorConfiguration |
ReportingTaskConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static UiExtensionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiExtensionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiExtensionType ContentViewer
public static final UiExtensionType ProcessorConfiguration
public static final UiExtensionType ControllerServiceConfiguration
public static final UiExtensionType ReportingTaskConfiguration
public static UiExtensionType[] values()
for (UiExtensionType c : UiExtensionType.values()) System.out.println(c);
public static UiExtensionType 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 nullCopyright © 2016 Apache NiFi Project. All rights reserved.