com.liferay.portlet.social.util
Enum SocialInteractionsConfiguration.SocialInteractionsType
java.lang.Object
java.lang.Enum<SocialInteractionsConfiguration.SocialInteractionsType>
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>
ALL_USERS
public static final SocialInteractionsConfiguration.SocialInteractionsType ALL_USERS
SELECT_USERS
public static final SocialInteractionsConfiguration.SocialInteractionsType SELECT_USERS
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>