Liferay 7.0-ce-b4

com.liferay.portlet.social.util
Enum SocialInteractionsConfiguration.SocialInteractionsType

java.lang.Object
  extended by java.lang.Enum<SocialInteractionsConfiguration.SocialInteractionsType>
      extended by com.liferay.portlet.social.util.SocialInteractionsConfiguration.SocialInteractionsType
All Implemented Interfaces:
Serializable, Comparable<SocialInteractionsConfiguration.SocialInteractionsType>
Enclosing class:
SocialInteractionsConfiguration

public static enum SocialInteractionsConfiguration.SocialInteractionsType
extends Enum<SocialInteractionsConfiguration.SocialInteractionsType>


Enum Constant Summary
ALL_USERS
           
SELECT_USERS
           
 
Method Summary
 String getValue()
           
static SocialInteractionsConfiguration.SocialInteractionsType parse(String value)
           
 String toString()
           
static SocialInteractionsConfiguration.SocialInteractionsType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocialInteractionsConfiguration.SocialInteractionsType[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALL_USERS

public static final SocialInteractionsConfiguration.SocialInteractionsType ALL_USERS

SELECT_USERS

public static final SocialInteractionsConfiguration.SocialInteractionsType SELECT_USERS
Method Detail

values

public static SocialInteractionsConfiguration.SocialInteractionsType[] 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 (SocialInteractionsConfiguration.SocialInteractionsType c : SocialInteractionsConfiguration.SocialInteractionsType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SocialInteractionsConfiguration.SocialInteractionsType 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

parse

public static SocialInteractionsConfiguration.SocialInteractionsType parse(String value)

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Enum<SocialInteractionsConfiguration.SocialInteractionsType>

Liferay 7.0-ce-b4