public enum UpdateType extends Enum<UpdateType>
NodeUpdateComparator
and will most likely lead to weird results.Enum Constant and Description |
---|
_NODE_UPDATES_
Dummy type, indicating start of node updates.
|
BACKUPCREATE
Create backup.
|
BACKUPDROP
Drop backup.
|
DBADD
Add document.
|
DBALTER
Alter database.
|
DBCOPY
Copy database.
|
DBCREATE
Create database.
|
DBDELETE
Delete resource.
|
DBDROP
Drop database.
|
DBFLUSH
Flush database.
|
DBOPTIMIZE
Optimize database.
|
DBRENAME
Rename resource.
|
DBRESTORE
Restore database.
|
DBSTORE
Add binary resource.
|
DELETENODE
Delete.
|
FNPUT
FnPut.
|
INSERTAFTER
Insert after.
|
INSERTATTR
Insert attribute.
|
INSERTBEFORE
Insert before.
|
INSERTINTO
Insert into.
|
INSERTINTOFIRST
Insert into as first.
|
INSERTINTOLAST
Insert into as last.
|
RENAMENODE
Rename.
|
REPLACENODE
Replace node.
|
REPLACEVALUE
Replace value.
|
USERALTER
Change user name.
|
USERCREATE
Create user.
|
USERDROP
Drop user.
|
USERGRANT
Change user name.
|
USERPASSWORD
Change password.
|
Modifier and Type | Method and Description |
---|---|
static UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateType BACKUPCREATE
public static final UpdateType _NODE_UPDATES_
public static final UpdateType INSERTBEFORE
public static final UpdateType DELETENODE
public static final UpdateType REPLACENODE
public static final UpdateType RENAMENODE
public static final UpdateType REPLACEVALUE
public static final UpdateType INSERTATTR
public static final UpdateType INSERTINTOFIRST
public static final UpdateType INSERTINTO
public static final UpdateType INSERTINTOLAST
public static final UpdateType INSERTAFTER
public static final UpdateType FNPUT
public static final UpdateType DBADD
public static final UpdateType DBSTORE
public static final UpdateType DBRENAME
public static final UpdateType DBDELETE
public static final UpdateType DBOPTIMIZE
public static final UpdateType DBFLUSH
public static final UpdateType USERGRANT
public static final UpdateType USERPASSWORD
public static final UpdateType USERDROP
public static final UpdateType USERALTER
public static final UpdateType USERCREATE
public static final UpdateType DBCOPY
public static final UpdateType DBDROP
public static final UpdateType DBALTER
public static final UpdateType DBCREATE
public static final UpdateType DBRESTORE
public static final UpdateType BACKUPDROP
public static UpdateType[] values()
for (UpdateType c : UpdateType.values()) System.out.println(c);
public static UpdateType 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 © 2005–2015 BaseX Team. All rights reserved.