public enum MuleStereotypes extends Enum<MuleStereotypes> implements StereotypeDefinition<MuleStereotypes>
StereotypeDefinition Enum which publish the available stereotypes that the Mule Runtime provides
to be extended from an extension.| Enum Constant and Description |
|---|
ANY |
ERROR_HANDLER |
FLOW |
PROCESSOR |
SOURCE |
| Modifier and Type | Method and Description |
|---|---|
Optional<StereotypeDefinition<?>> |
getParent() |
static MuleStereotypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuleStereotypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetNamepublic static final MuleStereotypes ANY
public static final MuleStereotypes SOURCE
public static final MuleStereotypes PROCESSOR
public static final MuleStereotypes ERROR_HANDLER
public static final MuleStereotypes FLOW
public static MuleStereotypes[] values()
for (MuleStereotypes c : MuleStereotypes.values()) System.out.println(c);
public static MuleStereotypes 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 Optional<StereotypeDefinition<?>> getParent()
getParent in interface StereotypeDefinition<MuleStereotypes>Optional parent of the current error type definitionCopyright © 2017 MuleSoft, Inc.. All rights reserved.