public enum E_SocialMediaPlugins extends Enum<E_SocialMediaPlugins>
Enum Constant and Description |
---|
FACEBOOK
Facebook.
|
TWITTER
Twitter.
|
Modifier and Type | Method and Description |
---|---|
int |
getBitmask()
Gets the bitmask.
|
String |
getMsgTitleProp()
Gets the msg title prop.
|
boolean |
matchesBitmask(int bitmask)
Matches bitmask.
|
static E_SocialMediaPlugins |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_SocialMediaPlugins[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E_SocialMediaPlugins TWITTER
public static final E_SocialMediaPlugins FACEBOOK
public static E_SocialMediaPlugins[] values()
for (E_SocialMediaPlugins c : E_SocialMediaPlugins.values()) System.out.println(c);
public static E_SocialMediaPlugins 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 nullpublic int getBitmask()
public String getMsgTitleProp()
public boolean matchesBitmask(int bitmask)
bitmask
- the bitmaskCopyright © 2016 Fraunhofer FOKUS. All rights reserved.