Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.user.relationships
Enum UserRelationshipView.ViewType

java.lang.Object
  extended by java.lang.Enum<UserRelationshipView.ViewType>
      extended by 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.


Enum Constant Summary
DIRECT_REPORT
           
MANAGER
           
PEER
           
 
Method Summary
 String getID()
           
static UserRelationshipView.ViewType getType(String id)
           
static UserRelationshipView.ViewType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserRelationshipView.ViewType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MANAGER

public static final UserRelationshipView.ViewType MANAGER

PEER

public static final UserRelationshipView.ViewType PEER

DIRECT_REPORT

public static final UserRelationshipView.ViewType DIRECT_REPORT
Method Detail

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)

Jive Product Page

Copyright © 1999-2007 Jive Software.