- All Implemented Interfaces:
Serializable,Comparable<Category>,Constable
Enum that stores a list of valid categories that a plugin can be assigned to.
COMMUNITY: Represents that the plugin does not requires an Enterprise Mule Runtime to work.SELECT: Represents that the plugin requires an Enterprise Mule Runtime to work.PREMIUM: Represents that the plugin requires an Enterprise Mule Runtime to work and also an plugin entitlement to workCERTIFIED: Represent that the plugin is MuleSoft certified and requires an Enterprise Mule Runtime to work
- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
COMMUNITY
-
SELECT
-
PREMIUM
-
CERTIFIED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-