public static enum ItemFilterDefsPerm.EnumItemFilterPermissionDefs extends Enum<ItemFilterDefsPerm.EnumItemFilterPermissionDefs> implements ItemFilterTest
| Enum Constant and Description |
|---|
has_restricted_metadata |
has_restricted_original |
has_restricted_thumbnail |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDescription() |
String |
getName() |
String |
getTitle() |
static ItemFilterDefsPerm.EnumItemFilterPermissionDefs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemFilterDefsPerm.EnumItemFilterPermissionDefs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOftestItempublic static final ItemFilterDefsPerm.EnumItemFilterPermissionDefs has_restricted_original
public static final ItemFilterDefsPerm.EnumItemFilterPermissionDefs has_restricted_thumbnail
public static final ItemFilterDefsPerm.EnumItemFilterPermissionDefs has_restricted_metadata
public static ItemFilterDefsPerm.EnumItemFilterPermissionDefs[] values()
for (ItemFilterDefsPerm.EnumItemFilterPermissionDefs c : ItemFilterDefsPerm.EnumItemFilterPermissionDefs.values()) System.out.println(c);
public static ItemFilterDefsPerm.EnumItemFilterPermissionDefs 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 getName()
getName in interface ItemFilterTestpublic String getTitle()
getTitle in interface ItemFilterTestpublic String getDescription()
getDescription in interface ItemFilterTestpublic String getCategory()
getCategory in interface ItemFilterTestCopyright © 2016 DuraSpace. All rights reserved.