public static enum WeightModifier.WeightModifierType extends java.lang.Enum<WeightModifier.WeightModifierType>
| Enum Constant and Description |
|---|
EVENT__DESCRIPTION
Facebook event description
|
EVENT__NAME
Facebook event name
|
GROUP__DESCRIPTION
Facebook group description
|
GROUP__NAME
Facebook group name
|
PHOTO_DESCRIPTION__COMMENT_MESSAGE
Facebook photo description comments
|
PHOTO_DESCRIPTION__DESCRIPTION
Facebook photo description
|
STATUS_MESSAGE__COMMENT_MESSAGE
Facebook status message comments
|
STATUS_MESSAGE__MESSAGE
Facebook status message
|
VIDEO_DESCRIPTION__COMMENT_MESSAGE
Facebook video description comments
|
VIDEO_DESCRIPTION__DESCRIPTION
Facebook video description
|
| Modifier and Type | Method and Description |
|---|---|
static WeightModifier.WeightModifierType |
fromInt(int value) |
int |
toInt() |
static WeightModifier.WeightModifierType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeightModifier.WeightModifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeightModifier.WeightModifierType GROUP__NAME
FacebookGroup.getWName()public static final WeightModifier.WeightModifierType GROUP__DESCRIPTION
FacebookGroup.getWDescription()public static final WeightModifier.WeightModifierType STATUS_MESSAGE__MESSAGE
FacebookStatusMessage.getWMessage()public static final WeightModifier.WeightModifierType STATUS_MESSAGE__COMMENT_MESSAGE
public static final WeightModifier.WeightModifierType PHOTO_DESCRIPTION__DESCRIPTION
public static final WeightModifier.WeightModifierType PHOTO_DESCRIPTION__COMMENT_MESSAGE
public static final WeightModifier.WeightModifierType VIDEO_DESCRIPTION__DESCRIPTION
public static final WeightModifier.WeightModifierType VIDEO_DESCRIPTION__COMMENT_MESSAGE
public static final WeightModifier.WeightModifierType EVENT__NAME
FacebookEvent.getWName()public static final WeightModifier.WeightModifierType EVENT__DESCRIPTION
FacebookEvent.getWDescription()public static WeightModifier.WeightModifierType[] values()
for (WeightModifier.WeightModifierType c : WeightModifier.WeightModifierType.values()) System.out.println(c);
public static WeightModifier.WeightModifierType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int toInt()
public static WeightModifier.WeightModifierType fromInt(int value) throws java.lang.IllegalArgumentException
value - java.lang.IllegalArgumentExceptionCopyright © 2015 Tampere University of Technology, Pori Department.