public static enum TriplesMap.Status extends Enum<TriplesMap.Status>
| Enum Constant and Description |
|---|
INVALID |
NOT_VALIDATED |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static TriplesMap.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriplesMap.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriplesMap.Status NOT_VALIDATED
public static final TriplesMap.Status VALID
public static final TriplesMap.Status INVALID
public static TriplesMap.Status[] values()
for (TriplesMap.Status c : TriplesMap.Status.values()) System.out.println(c);
public static TriplesMap.Status 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 © 2009–2021 KRDB Research Centre for Knowledge and Data, Free University of Bozen-Bolzano. All rights reserved.