Package com.javahollic.jira.emh.api
Enum IJEMHDataTypes.BodyCleanupOrder
- java.lang.Object
-
- java.lang.Enum<IJEMHDataTypes.BodyCleanupOrder>
-
- com.javahollic.jira.emh.api.IJEMHDataTypes.BodyCleanupOrder
-
- All Implemented Interfaces:
Serializable
,Comparable<IJEMHDataTypes.BodyCleanupOrder>
- Enclosing interface:
- IJEMHDataTypes
@Deprecated public static enum IJEMHDataTypes.BodyCleanupOrder extends Enum<IJEMHDataTypes.BodyCleanupOrder>
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description afterDirectives
Deprecated.beforeDirectives
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IJEMHDataTypes.BodyCleanupOrder
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static IJEMHDataTypes.BodyCleanupOrder[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
beforeDirectives
public static final IJEMHDataTypes.BodyCleanupOrder beforeDirectives
Deprecated.
-
afterDirectives
public static final IJEMHDataTypes.BodyCleanupOrder afterDirectives
Deprecated.
-
-
Method Detail
-
values
public static IJEMHDataTypes.BodyCleanupOrder[] values()
Deprecated.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 (IJEMHDataTypes.BodyCleanupOrder c : IJEMHDataTypes.BodyCleanupOrder.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IJEMHDataTypes.BodyCleanupOrder valueOf(String name)
Deprecated.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 nameNullPointerException
- if the argument is null
-
-