public static enum ContentRevisionCache.UniqueType extends java.lang.Enum<ContentRevisionCache.UniqueType>
Enum Constant and Description |
---|
REMOTE_CONTENT |
REPOSITORY_CONTENT |
Modifier and Type | Method and Description |
---|---|
static ContentRevisionCache.UniqueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentRevisionCache.UniqueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentRevisionCache.UniqueType REPOSITORY_CONTENT
public static final ContentRevisionCache.UniqueType REMOTE_CONTENT
public static ContentRevisionCache.UniqueType[] values()
for (ContentRevisionCache.UniqueType c : ContentRevisionCache.UniqueType.values()) System.out.println(c);
public static ContentRevisionCache.UniqueType 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 null