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