com.jivesoftware.community.user.relationships
Enum UserRelationshipView.ViewType
java.lang.Object
java.lang.Enum<UserRelationshipView.ViewType>
com.jivesoftware.community.user.relationships.UserRelationshipView.ViewType
- All Implemented Interfaces:
- Serializable, Comparable<UserRelationshipView.ViewType>
- Enclosing class:
- UserRelationshipView
public static enum UserRelationshipView.ViewType
- extends Enum<UserRelationshipView.ViewType>
Represents the different types of relationships between users.
MANAGER
public static final UserRelationshipView.ViewType MANAGER
PEER
public static final UserRelationshipView.ViewType PEER
DIRECT_REPORT
public static final UserRelationshipView.ViewType DIRECT_REPORT
values
public static final UserRelationshipView.ViewType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(UserRelationshipView.ViewType c : UserRelationshipView.ViewType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static UserRelationshipView.ViewType 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
getID
public String getID()
getType
public static UserRelationshipView.ViewType getType(String id)
Copyright © 1999-2007 Jive Software.