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