public enum AdminPluginOperateEnum extends java.lang.Enum<AdminPluginOperateEnum>
| Enum Constant and Description |
|---|
ADD
add operate.
|
DELETE
delete operate.
|
EDIT
edit operate.
|
QUERY
query operate.
|
SYNCHRONIZE
modify operate.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
get name.
|
static AdminPluginOperateEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdminPluginOperateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminPluginOperateEnum ADD
public static final AdminPluginOperateEnum DELETE
public static final AdminPluginOperateEnum EDIT
public static final AdminPluginOperateEnum QUERY
public static final AdminPluginOperateEnum SYNCHRONIZE
public static AdminPluginOperateEnum[] values()
for (AdminPluginOperateEnum c : AdminPluginOperateEnum.values()) System.out.println(c);
public static AdminPluginOperateEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
Copyright © 2024 The Apache Software Foundation. All rights reserved.