protected static enum MatchableBinding.MatchLevel extends Enum<MatchableBinding.MatchLevel>
| Enum Constant and Description |
|---|
FULL_CONTRACT |
IMPLEMENTATION |
NONE |
PARTIAL_CONTRACT |
SUPPLIER |
| Modifier and Type | Method and Description |
|---|---|
static MatchableBinding.MatchLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchableBinding.MatchLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchableBinding.MatchLevel NONE
public static final MatchableBinding.MatchLevel PARTIAL_CONTRACT
public static final MatchableBinding.MatchLevel FULL_CONTRACT
public static final MatchableBinding.MatchLevel IMPLEMENTATION
public static final MatchableBinding.MatchLevel SUPPLIER
public static MatchableBinding.MatchLevel[] values()
for (MatchableBinding.MatchLevel c : MatchableBinding.MatchLevel.values()) System.out.println(c);
public static MatchableBinding.MatchLevel 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 © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.