public enum ConnectorCategory extends Enum<ConnectorCategory>
| Enum Constant and Description |
|---|
COMMUNITY |
PREMIUM |
SELECTED |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
static String[] |
getValidCategories() |
static ConnectorCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectorCategory COMMUNITY
public static final ConnectorCategory STANDARD
public static final ConnectorCategory SELECTED
public static final ConnectorCategory PREMIUM
public static ConnectorCategory[] values()
for (ConnectorCategory c : ConnectorCategory.values()) System.out.println(c);
public static ConnectorCategory 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 getCategory()
public static String[] getValidCategories()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.