public enum HMethodType extends Enum<HMethodType>
| Modifier and Type | Method and Description |
|---|---|
static HMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HMethodType IS
public static final HMethodType GET
public static final HMethodType SET
public static final HMethodType METHOD
public static HMethodType[] values()
for (HMethodType c : HMethodType.values()) System.out.println(c);
public static HMethodType 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 © 2021 vpc open source initiative. All rights reserved.