Serializable, Comparable<CalculateRuleForSinceTagName>public enum CalculateRuleForSinceTagName extends Enum<CalculateRuleForSinceTagName>
| Enum Constant | Description |
|---|---|
CURRENT_MAJOR_VERSION |
|
CURRENT_MINOR_VERSION |
|
LATEST_RELEASE_VERSION |
|
NO_RULE |
| Modifier and Type | Method | Description |
|---|---|---|
static CalculateRuleForSinceTagName |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CalculateRuleForSinceTagName[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalculateRuleForSinceTagName NO_RULE
public static final CalculateRuleForSinceTagName CURRENT_MAJOR_VERSION
public static final CalculateRuleForSinceTagName CURRENT_MINOR_VERSION
public static final CalculateRuleForSinceTagName LATEST_RELEASE_VERSION
public static CalculateRuleForSinceTagName[] values()
for (CalculateRuleForSinceTagName c : CalculateRuleForSinceTagName.values()) System.out.println(c);
public static CalculateRuleForSinceTagName 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 nullCopyright © 2023. All rights reserved.