public static enum OntopNativeMappingParser.Label extends Enum<OntopNativeMappingParser.Label>
| Enum Constant and Description |
|---|
connectionUrl |
driverClass |
mappingId |
password |
source |
sourceUri |
target |
username |
| Modifier and Type | Method and Description |
|---|---|
static OntopNativeMappingParser.Label |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntopNativeMappingParser.Label[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OntopNativeMappingParser.Label sourceUri
public static final OntopNativeMappingParser.Label connectionUrl
public static final OntopNativeMappingParser.Label username
public static final OntopNativeMappingParser.Label password
public static final OntopNativeMappingParser.Label driverClass
public static final OntopNativeMappingParser.Label mappingId
public static final OntopNativeMappingParser.Label target
public static final OntopNativeMappingParser.Label source
public static OntopNativeMappingParser.Label[] values()
for (OntopNativeMappingParser.Label c : OntopNativeMappingParser.Label.values()) System.out.println(c);
public static OntopNativeMappingParser.Label 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–2020 Free University of Bozen-Bolzano. All rights reserved.