Package org.cxbox.core.dto
Enum Class DrillDownType
- All Implemented Interfaces:
Serializable,Comparable<DrillDownType>,Constable,DrillDownTypeSpecifier
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTransition by an absolute link to an external source.Transition by an absolute link to an external source.Transition inside the application.Transition by a relative link while keeping the protocol, host, port.Transition by a relative link while keeping the protocol, host, port. -
Method Summary
Modifier and TypeMethodDescriptionstatic DrillDownTypestatic DrillDownTypeReturns the enum constant of this class with the specified name.static DrillDownType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.cxbox.core.service.action.DrillDownTypeSpecifier
getValue
-
Enum Constant Details
-
INNER
Transition inside the application. Current tab -
RELATIVE
Transition by a relative link while keeping the protocol, host, port. Current tab -
RELATIVE_NEW
Transition by a relative link while keeping the protocol, host, port. New tab -
EXTERNAL
Transition by an absolute link to an external source. Current tab. -
EXTERNAL_NEW
Transition by an absolute link to an external source. New tab.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
of
-