com.silverpeas.socialnetwork.myProfil.servlets
Enum MyProfileRoutes
java.lang.Object
java.lang.Enum<MyProfileRoutes>
com.silverpeas.socialnetwork.myProfil.servlets.MyProfileRoutes
- All Implemented Interfaces:
- Serializable, Comparable<MyProfileRoutes>
public enum MyProfileRoutes
- extends Enum<MyProfileRoutes>
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
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.