public enum ScriptMethodType extends Enum<ScriptMethodType>
| Modifier and Type | Method and Description |
|---|---|
static ScriptMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptMethodType READ
public static final ScriptMethodType WRITE
public static ScriptMethodType[] values()
for (ScriptMethodType c : ScriptMethodType.values()) System.out.println(c);
public static ScriptMethodType 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–2019 Alfresco Software. All rights reserved.