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