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