|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PrimitiveType>
org.basex.query.up.primitives.PrimitiveType
public enum PrimitiveType
Update primitive type enumeration.
Enum Constant Summary | |
---|---|
DELETE
Type Delete. |
|
INSERTAFTER
Type Insert after. |
|
INSERTATTR
Type Insert attribute. |
|
INSERTBEFORE
Type Insert before. |
|
INSERTINTO
Type Insert into AND insert into as last. |
|
INSERTINTOFI
Type Insert into as first. |
|
PUT
Type Delete. |
|
RENAME
Type Rename. |
|
REPLACEELEMCONT
Type Replace element content. |
|
REPLACENODE
Type Replace node. |
|
REPLACEVALUE
Type Replace value. |
Method Summary | |
---|---|
static PrimitiveType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PrimitiveType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PrimitiveType INSERTATTR
public static final PrimitiveType REPLACEVALUE
public static final PrimitiveType RENAME
public static final PrimitiveType INSERTAFTER
public static final PrimitiveType INSERTINTOFI
public static final PrimitiveType INSERTINTO
public static final PrimitiveType REPLACEELEMCONT
public static final PrimitiveType PUT
public static final PrimitiveType INSERTBEFORE
public static final PrimitiveType REPLACENODE
public static final PrimitiveType DELETE
Method Detail |
---|
public static PrimitiveType[] values()
for (PrimitiveType c : PrimitiveType.values()) System.out.println(c);
public static PrimitiveType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |