lumis.portal.structure.sync.model.page
Enum InterfaceInstance.CachePersonalization
java.lang.Object
java.lang.Enum<InterfaceInstance.CachePersonalization>
lumis.portal.structure.sync.model.page.InterfaceInstance.CachePersonalization
- All Implemented Interfaces:
- Serializable, Comparable<InterfaceInstance.CachePersonalization>
- Enclosing class:
- InterfaceInstance
public static enum InterfaceInstance.CachePersonalization
- extends Enum<InterfaceInstance.CachePersonalization>
NONE
public static final InterfaceInstance.CachePersonalization NONE
GUEST_ONLY
public static final InterfaceInstance.CachePersonalization GUEST_ONLY
PER_USER
public static final InterfaceInstance.CachePersonalization PER_USER
INHERIT
public static final InterfaceInstance.CachePersonalization INHERIT
values
public static InterfaceInstance.CachePersonalization[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (InterfaceInstance.CachePersonalization c : InterfaceInstance.CachePersonalization.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static InterfaceInstance.CachePersonalization valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.