public static enum D4ScienceMappings.Scope extends Enum<D4ScienceMappings.Scope>
| Enum Constant and Description |
|---|
BELONGS |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static D4ScienceMappings.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static D4ScienceMappings.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final D4ScienceMappings.Scope BELONGS
public static D4ScienceMappings.Scope[] values()
for (D4ScienceMappings.Scope c : D4ScienceMappings.Scope.values()) System.out.println(c);
public static D4ScienceMappings.Scope 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 String asString()
Copyright © 2021. All Rights Reserved.