public enum CAMLMethod extends Enum<CAMLMethod>
Enum of the standard CAML methods.
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CAMLMethod |
value(String stringValue) |
static CAMLMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAMLMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CAMLMethod NEW
public static final CAMLMethod UPDATE
public static final CAMLMethod DELETE
public static CAMLMethod[] values()
for (CAMLMethod c : CAMLMethod.values()) System.out.println(c);
public static CAMLMethod 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 static CAMLMethod value(String stringValue)
public String toString()
toString
in class Enum<CAMLMethod>
Copyright © 2005–2017 Alfresco Software. All rights reserved.