lumis.portal.structure.sync.model.page
Enum InterfaceInstance.CachePersonalization

Package class diagram package InterfaceInstance.CachePersonalization
java.lang.Object
  extended by java.lang.Enum<InterfaceInstance.CachePersonalization>
      extended by 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>


Enum Constant Summary
GUEST_ONLY
           
INHERIT
           
NONE
           
PER_USER
           
 
Method Summary
static InterfaceInstance.CachePersonalization valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterfaceInstance.CachePersonalization[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.