public static enum InterfaceInstance.CacheLevel extends Enum<InterfaceInstance.CacheLevel>
Enum Constant and Description |
---|
INHERIT |
LOCAL |
PAGE_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
static InterfaceInstance.CacheLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceInstance.CacheLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterfaceInstance.CacheLevel LOCAL
public static final InterfaceInstance.CacheLevel PAGE_TEMPLATE
public static final InterfaceInstance.CacheLevel INHERIT
public static InterfaceInstance.CacheLevel[] values()
for (InterfaceInstance.CacheLevel c : InterfaceInstance.CacheLevel.values()) System.out.println(c);
public static InterfaceInstance.CacheLevel 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.