public static enum PortalSecuritySettingsBean.WhoCanRaiseRequests extends Enum<PortalSecuritySettingsBean.WhoCanRaiseRequests>
Enum Constant and Description |
---|
Anyone |
CustomersAddedToTheProject |
CustomerWhoHaveAnAccountOnThisSite |
Modifier and Type | Method and Description |
---|---|
static PortalSecuritySettingsBean.WhoCanRaiseRequests |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortalSecuritySettingsBean.WhoCanRaiseRequests[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortalSecuritySettingsBean.WhoCanRaiseRequests CustomersAddedToTheProject
public static final PortalSecuritySettingsBean.WhoCanRaiseRequests CustomerWhoHaveAnAccountOnThisSite
public static final PortalSecuritySettingsBean.WhoCanRaiseRequests Anyone
public static PortalSecuritySettingsBean.WhoCanRaiseRequests[] values()
for (PortalSecuritySettingsBean.WhoCanRaiseRequests c : PortalSecuritySettingsBean.WhoCanRaiseRequests.values()) System.out.println(c);
public static PortalSecuritySettingsBean.WhoCanRaiseRequests 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 nullCopyright © 2008–2022 The Plugin People. All rights reserved.