com.silverpeas.socialnetwork.myProfil.servlets
Enum MyProfileRoutes

java.lang.Object
  extended by java.lang.Enum<MyProfileRoutes>
      extended by com.silverpeas.socialnetwork.myProfil.servlets.MyProfileRoutes
All Implemented Interfaces:
Serializable, Comparable<MyProfileRoutes>

public enum MyProfileRoutes
extends Enum<MyProfileRoutes>


Enum Constant Summary
AddLinkToSVP
           
DoPublishStatus
           
LinkToSVP
           
Main
           
MyFeed
           
MyInfos
           
MyInvitations
           
MyNetworks
           
MySentInvitations
           
MySettings
           
MyWall
           
PublishStatus
           
UnlinkFromSVP
           
UpdateMyInfos
           
UpdateMySettings
           
UpdatePhoto
           
 
Method Summary
 boolean isMyInfos()
           
static MyProfileRoutes valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MyProfileRoutes[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Main

public static final MyProfileRoutes Main

MyInfos

public static final MyProfileRoutes MyInfos

MySettings

public static final MyProfileRoutes MySettings

MyInvitations

public static final MyProfileRoutes MyInvitations

MySentInvitations

public static final MyProfileRoutes MySentInvitations

LinkToSVP

public static final MyProfileRoutes LinkToSVP

UnlinkFromSVP

public static final MyProfileRoutes UnlinkFromSVP

AddLinkToSVP

public static final MyProfileRoutes AddLinkToSVP

PublishStatus

public static final MyProfileRoutes PublishStatus

DoPublishStatus

public static final MyProfileRoutes DoPublishStatus

UpdatePhoto

public static final MyProfileRoutes UpdatePhoto

UpdateMyInfos

public static final MyProfileRoutes UpdateMyInfos

UpdateMySettings

public static final MyProfileRoutes UpdateMySettings

MyWall

public static final MyProfileRoutes MyWall

MyFeed

public static final MyProfileRoutes MyFeed

MyNetworks

public static final MyProfileRoutes MyNetworks
Method Detail

values

public static MyProfileRoutes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MyProfileRoutes c : MyProfileRoutes.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MyProfileRoutes 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
NullPointerException - if the argument is null

isMyInfos

public boolean isMyInfos()


Copyright © 2016 Silverpeas. All Rights Reserved.