public enum MethodTypeEnum extends Enum<MethodTypeEnum>
| Enum Constant and Description |
|---|
DB |
METHOD |
SCHEDULER |
WEB_DELETE |
WEB_GET |
WEB_PATCH |
WEB_POST |
WEB_PUT |
| Modifier and Type | Method and Description |
|---|---|
static List<MethodTypeEnum> |
getListMethodFlagInPoint() |
static List<MethodTypeEnum> |
getListWebMethodType() |
static MethodTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodTypeEnum DB
public static final MethodTypeEnum SCHEDULER
public static final MethodTypeEnum WEB_GET
public static final MethodTypeEnum WEB_POST
public static final MethodTypeEnum WEB_PUT
public static final MethodTypeEnum WEB_DELETE
public static final MethodTypeEnum WEB_PATCH
public static final MethodTypeEnum METHOD
public static MethodTypeEnum[] values()
for (MethodTypeEnum c : MethodTypeEnum.values()) System.out.println(c);
public static MethodTypeEnum 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 static List<MethodTypeEnum> getListWebMethodType()
public static List<MethodTypeEnum> getListMethodFlagInPoint()
Copyright © 2025. All rights reserved.