public enum SiteContentFilter extends Enum<SiteContentFilter>
| Enum Constant and Description |
|---|
I_AM_EDITING |
I_HAVE_RECENTLY_MODIFIED |
MY_FAVOURITES |
SYNCED_CONTENT |
SYNCED_WITH_ERRORS |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets description.
|
static SiteContentFilter |
getFilter(String description) |
static SiteContentFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteContentFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiteContentFilter I_AM_EDITING
public static final SiteContentFilter I_HAVE_RECENTLY_MODIFIED
public static final SiteContentFilter MY_FAVOURITES
public static final SiteContentFilter SYNCED_CONTENT
public static final SiteContentFilter SYNCED_WITH_ERRORS
public static SiteContentFilter[] values()
for (SiteContentFilter c : SiteContentFilter.values()) System.out.println(c);
public static SiteContentFilter 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 String getDescription()
public static SiteContentFilter getFilter(String description)
Copyright © 2013. All Rights Reserved.