public enum MatchSource extends Enum<MatchSource>
| Enum Constant and Description |
|---|
ADMIN_CONTENTLIB |
GLOBAL_CONTENTLIB |
UNKNOWN |
USER_CONTENTLIB |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static MatchSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchSource UNKNOWN
public static final MatchSource GLOBAL_CONTENTLIB
public static final MatchSource ADMIN_CONTENTLIB
public static final MatchSource USER_CONTENTLIB
public static MatchSource[] values()
for (MatchSource c : MatchSource.values()) System.out.println(c);
public static MatchSource 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 nullpublic long getValue()
Copyright © 2025. All rights reserved.