public enum PageUpdateTrigger extends java.lang.Enum<PageUpdateTrigger>
Enum Constant and Description |
---|
EDIT_PAGE |
PERSONAL_TASKLIST |
UNKNOWN |
VIEW_PAGE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
lowerCase() |
static PageUpdateTrigger |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageUpdateTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageUpdateTrigger PERSONAL_TASKLIST
public static final PageUpdateTrigger VIEW_PAGE
public static final PageUpdateTrigger EDIT_PAGE
public static final PageUpdateTrigger UNKNOWN
public static PageUpdateTrigger[] values()
for (PageUpdateTrigger c : PageUpdateTrigger.values()) System.out.println(c);
public static PageUpdateTrigger 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 lowerCase()
Copyright © 2003-2014 Atlassian. All Rights Reserved.