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