public enum MetaType extends Enum<MetaType>
| Modifier and Type | Method and Description |
|---|---|
static MetaType |
fromString(String value) |
boolean |
matches(String value) |
static MetaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaType CREATE
public static final MetaType DROP
public static final MetaType ALTER
public static final MetaType DELETE
public static MetaType[] values()
for (MetaType c : MetaType.values()) System.out.println(c);
public static MetaType 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 boolean matches(String value)
Copyright © 2025. All rights reserved.