com.jalios.jcms
Enum QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType
java.lang.Object
java.lang.Enum<QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType>
com.jalios.jcms.QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType
- All Implemented Interfaces:
- Serializable, Comparable<QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType>
- Enclosing class:
- QuotaManager.WorkspaceNodeComparator
public static enum QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType
- extends Enum<QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType>
NAME
public static final QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType NAME
SIZE
public static final QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType SIZE
MAX_SIZE
public static final QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType MAX_SIZE
STATE
public static final QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType STATE
LEVEL
public static final QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType LEVEL
values
public static QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType c : QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType>
fromString
public static QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType fromString(String str)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.