private static enum JavaObjekt.MatchingQuality extends Enum<JavaObjekt.MatchingQuality>
Enum Constant and Description |
---|
FULL
Methode passt genau.
|
NEAR
die Argumente können auf die Argumenttypen der Methide angepasst
werden.
|
NONE
die Methode passt nicht.
|
Modifier and Type | Method and Description |
---|---|
static JavaObjekt.MatchingQuality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaObjekt.MatchingQuality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaObjekt.MatchingQuality FULL
public static final JavaObjekt.MatchingQuality NEAR
public static final JavaObjekt.MatchingQuality NONE
public static JavaObjekt.MatchingQuality[] values()
for (JavaObjekt.MatchingQuality c : JavaObjekt.MatchingQuality.values()) System.out.println(c);
public static JavaObjekt.MatchingQuality 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 © 2017 BitCtrl Systems GmbH. All rights reserved.