public static enum UserBoxView.RelationType extends Enum<UserBoxView.RelationType>
| Enum Constant and Description |
|---|
CAN_FOLLOW |
ME |
UNFOLLOW |
| Modifier and Type | Method and Description |
|---|---|
String |
label() |
static UserBoxView.RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserBoxView.RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserBoxView.RelationType CAN_FOLLOW
public static final UserBoxView.RelationType UNFOLLOW
public static final UserBoxView.RelationType ME
public static UserBoxView.RelationType[] values()
for (UserBoxView.RelationType c : UserBoxView.RelationType.values()) System.out.println(c);
public static UserBoxView.RelationType 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 String label()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.