public static enum BuildLinkUtils.PORTLET_INFO extends Enum<BuildLinkUtils.PORTLET_INFO>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getPageId() |
static BuildLinkUtils.PORTLET_INFO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildLinkUtils.PORTLET_INFO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildLinkUtils.PORTLET_INFO FORUM
public static final BuildLinkUtils.PORTLET_INFO POLL
public static final BuildLinkUtils.PORTLET_INFO ANSWER
public static BuildLinkUtils.PORTLET_INFO[] values()
for (BuildLinkUtils.PORTLET_INFO c : BuildLinkUtils.PORTLET_INFO.values()) System.out.println(c);
public static BuildLinkUtils.PORTLET_INFO 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 getName()
public String getPageId()
public String getDescription()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.