public static enum ElementReference.ElementType extends Enum<ElementReference.ElementType>
| Enum Constant and Description |
|---|
CONFIG
Represents an extension configuration.
|
FLOW
Represents a mule flow.
|
OBJECT_STORE
Represent an object store definition
|
| Modifier and Type | Method and Description |
|---|---|
static ElementReference.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementReference.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementReference.ElementType CONFIG
public static final ElementReference.ElementType FLOW
public static final ElementReference.ElementType OBJECT_STORE
public static ElementReference.ElementType[] values()
for (ElementReference.ElementType c : ElementReference.ElementType.values()) System.out.println(c);
public static ElementReference.ElementType 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 © 2017 MuleSoft, Inc.. All rights reserved.