public static enum APIDTO.AccessControlEnum extends Enum<APIDTO.AccessControlEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
APIDTO.AccessControlEnum.Adapter |
| Enum Constant and Description |
|---|
NONE |
RESTRICTED |
| Modifier and Type | Method and Description |
|---|---|
static APIDTO.AccessControlEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static APIDTO.AccessControlEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIDTO.AccessControlEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIDTO.AccessControlEnum NONE
public static final APIDTO.AccessControlEnum RESTRICTED
public static APIDTO.AccessControlEnum[] values()
for (APIDTO.AccessControlEnum c : APIDTO.AccessControlEnum.values()) System.out.println(c);
public static APIDTO.AccessControlEnum 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 getValue()
public String toString()
toString in class Enum<APIDTO.AccessControlEnum>public static APIDTO.AccessControlEnum fromValue(String text)
Copyright © 2020 WSO2 Inc. All rights reserved.