public static enum AppPortalConstants.AppPortal extends Enum<AppPortalConstants.AppPortal>
| Enum Constant and Description |
|---|
ADMIN_PORTAL |
DEVELOPER_PORTAL |
USER_PORTAL |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerKey() |
String |
getDescription() |
String |
getName() |
String |
getPath() |
static AppPortalConstants.AppPortal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppPortalConstants.AppPortal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppPortalConstants.AppPortal USER_PORTAL
public static final AppPortalConstants.AppPortal DEVELOPER_PORTAL
public static final AppPortalConstants.AppPortal ADMIN_PORTAL
public static AppPortalConstants.AppPortal[] values()
for (AppPortalConstants.AppPortal c : AppPortalConstants.AppPortal.values()) System.out.println(c);
public static AppPortalConstants.AppPortal 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 getDescription()
public String getConsumerKey()
public String getPath()
Copyright © 2020 WSO2. All rights reserved.