public static enum Messages.IMPORTER extends Enum<Messages.IMPORTER>
Enum Constant and Description |
---|
connectionImported |
ddlDoesNotSupportVDB |
errorEmptyMsg |
errorFileNotFoundMsg |
errorFileNotReadableMsg |
newNameFailure |
nodeCreated |
nodeCreationFailed |
nodeExistCreateNew |
nodeExistsReturn |
noNameFailure |
teiidParserException |
vdbOnlySupportsVDB |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.IMPORTER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.IMPORTER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.IMPORTER errorFileNotFoundMsg
public static final Messages.IMPORTER errorFileNotReadableMsg
public static final Messages.IMPORTER errorEmptyMsg
public static final Messages.IMPORTER ddlDoesNotSupportVDB
public static final Messages.IMPORTER vdbOnlySupportsVDB
public static final Messages.IMPORTER nodeExistsReturn
public static final Messages.IMPORTER nodeExistCreateNew
public static final Messages.IMPORTER noNameFailure
public static final Messages.IMPORTER newNameFailure
public static final Messages.IMPORTER nodeCreated
public static final Messages.IMPORTER nodeCreationFailed
public static final Messages.IMPORTER teiidParserException
public static final Messages.IMPORTER connectionImported
public static Messages.IMPORTER[] values()
for (Messages.IMPORTER c : Messages.IMPORTER.values()) System.out.println(c);
public static Messages.IMPORTER 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 toString()
toString
in class Enum<Messages.IMPORTER>
Copyright © 2013–2019. All rights reserved.