public enum MemoryAreaType extends Enum<MemoryAreaType>
| Enum Constant and Description |
|---|
ANY |
HEAP |
IMMORTAL |
PERENNIAL |
SCOPED |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
MemoryAreaType |
get(int key) |
static MemoryAreaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryAreaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemoryAreaType UNSPECIFIED
public static final MemoryAreaType HEAP
public static final MemoryAreaType IMMORTAL
public static final MemoryAreaType PERENNIAL
public static final MemoryAreaType SCOPED
public static final MemoryAreaType ANY
public static MemoryAreaType[] values()
for (MemoryAreaType c : MemoryAreaType.values()) System.out.println(c);
public static MemoryAreaType valueOf(String name)
IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullname - the name of the enum constant to be returned.public MemoryAreaType get(int key)
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.