public enum ModuleCapability extends Enum<ModuleCapability>
Capabilities| Enum Constant and Description |
|---|
CONNECTION_MANAGEMENT_CAPABLE
This capability indicates that the module implements
ConnectionManager |
LIFECYCLE_CAPABLE
This capability indicates that the module implements
Lifecycle |
OAUTH_ACCESS_TOKEN_MANAGEMENT_CAPABLE
This capability indicates that the module implements
oauth.OAuthManager |
OAUTH1_CAPABLE
This capability indicates that the module implements
oauth.OAuth1Adapter |
OAUTH2_CAPABLE
This capability indicates that the module implements
oauth.OAuth2Adapter |
POOLING_CAPABLE
This capability indicates that the module implements
adapter.PoolManager |
| Modifier and Type | Method and Description |
|---|---|
int |
getBit() |
static ModuleCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleCapability LIFECYCLE_CAPABLE
Lifecyclepublic static final ModuleCapability CONNECTION_MANAGEMENT_CAPABLE
ConnectionManagerpublic static final ModuleCapability OAUTH1_CAPABLE
oauth.OAuth1Adapterpublic static final ModuleCapability OAUTH2_CAPABLE
oauth.OAuth2Adapterpublic static final ModuleCapability POOLING_CAPABLE
adapter.PoolManagerpublic static final ModuleCapability OAUTH_ACCESS_TOKEN_MANAGEMENT_CAPABLE
oauth.OAuthManagerpublic static ModuleCapability[] values()
for (ModuleCapability c : ModuleCapability.values()) System.out.println(c);
public static ModuleCapability 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 int getBit()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.