public static enum InitialMemoryRequestContext.ComponentType extends Enum<InitialMemoryRequestContext.ComponentType>
| Modifier and Type | Method and Description |
|---|---|
static InitialMemoryRequestContext.ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitialMemoryRequestContext.ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InitialMemoryRequestContext.ComponentType INPUT
public static final InitialMemoryRequestContext.ComponentType OUTPUT
public static final InitialMemoryRequestContext.ComponentType PROCESSOR
public static InitialMemoryRequestContext.ComponentType[] values()
for (InitialMemoryRequestContext.ComponentType c : InitialMemoryRequestContext.ComponentType.values()) System.out.println(c);
public static InitialMemoryRequestContext.ComponentType 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 © 2019 Apache Software Foundation. All rights reserved.