public static enum APIDetailedDTO.TypeEnum extends Enum<APIDetailedDTO.TypeEnum>
| Enum Constant and Description |
|---|
HTTP |
SOAPTOREST |
WS |
| Modifier and Type | Method and Description |
|---|---|
static APIDetailedDTO.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIDetailedDTO.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIDetailedDTO.TypeEnum HTTP
public static final APIDetailedDTO.TypeEnum WS
public static final APIDetailedDTO.TypeEnum SOAPTOREST
public static APIDetailedDTO.TypeEnum[] values()
for (APIDetailedDTO.TypeEnum c : APIDetailedDTO.TypeEnum.values()) System.out.println(c);
public static APIDetailedDTO.TypeEnum 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 © 2019 WSO2. All rights reserved.