public static enum AbstractModuleRegistry.ModuleType extends Enum<AbstractModuleRegistry.ModuleType>
| Modifier and Type | Method and Description |
|---|---|
static AbstractModuleRegistry.ModuleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractModuleRegistry.ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractModuleRegistry.ModuleType PUBLIC
public static final AbstractModuleRegistry.ModuleType INTERNAL
public static final AbstractModuleRegistry.ModuleType NATIVE
public static AbstractModuleRegistry.ModuleType[] values()
for (AbstractModuleRegistry.ModuleType c : AbstractModuleRegistry.ModuleType.values()) System.out.println(c);
public static AbstractModuleRegistry.ModuleType 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 © 2016 Apigee Corporation. All Rights Reserved.