public static enum Messages.Relational extends Enum<Messages.Relational>
Enum Constant and Description |
---|
COLUMN_NOT_FOUND_TO_REMOVE
An error message indicating a column could not be removed because its ID was not found in a columns multi-valued
property.
|
CONDITION_NOT_FOUND_TO_REMOVE
An error message indicating a permission condition could not be removed because it was not found.
|
CONNECTION_CLASSNAME_NOT_DEFINED
An error message indicating the connection className property was undefined.
|
CONNECTION_DRIVERNAME_NOT_DEFINED
An error message indicating the connection driverName property was undefined.
|
CONNECTION_JNDINAME_NOT_DEFINED
An error message indicating the connection jndiName property was undefined.
|
CONSTRAINT_NOT_FOUND_TO_REMOVE
An error message indicating a constraint could not be removed.
|
DATA_ROLE_NOT_FOUND_TO_REMOVE
An error message indicating a VDB data role could not be removed because it was not found.
|
DUPLICATE_ROLE_NAME
An error message indicating a role name could not be added because it already exists.
|
DUPLICATE_SOURCE_PATH
An error indicating a source path already exists in the list
while trying to add it
|
ENTRY_NOT_FOUND_TO_REMOVE
An error message indicating a VDB entry could not be removed because it was not found.
|
EXPORT_FAILED_NO_CONTENT
An error message indicating a empty resources was being exported.
|
FUNCTION_NOT_FOUND_TO_REMOVE
An error message indicating a function could not be removed.
|
GIT_REPO_NOT_FOUND_TO_REMOVE
An error indicating a git repository object could not be found
while trying to remove it
|
INVALID_GROUPING_NODE_TYPE
An error message indicating grouping node type is invalice.
|
INVALID_PARENT_TYPE
An error message indicating the type of the parent object is invalid.
|
INVALID_STATEMENT_OPTION_VALUE
An error message indicating the proposed statement option value is invalid.
|
INVALID_TABLE_CONSTRAINT_COLUMN
An error message indicating the column cannot be used as a foreign key column.
|
INVALID_TABLE_REF
An error message indicating an object being set as the foreign key table reference is not a table or even a
KomodoObject . |
INVALID_TABLE_REF_COLUMN
An error message indicating the column cannot be used as a reference as its table is not the parent table of the
foreign key.
|
INVALID_TABLE_REF_PATH
An error message indicating an object being set as the foreign key table reference is not a table.
|
MAPPED_ROLE_NOT_FOUND_TO_REMOVE
An error message indicating a mapped role name could not be removed.
|
MASK_NOT_FOUND_TO_REMOVE
An error message indicating a permission mask could not be removed because it was not found.
|
MODEL_NOT_FOUND_TO_REMOVE
An error message indicating a VDB model could not be removed because it was not found.
|
MODEL_SOURCE_NOT_FOUND_TO_REMOVE
An error message indicating a VDB model source could not be removed because it was not found.
|
MULTIPLE_TABLE_REFS_NOT_ALLOWED
An error message indicating more than one value is being used to set the table reference.
|
NO_USER_PROFILE
An error indicating no user profile can be found
|
NO_UUID_PROPERTY
An error message indicating the object lacks a UUID property, implying its not referenceable,
ie.
|
OBJECT_BEING_DELETED_HAS_NULL_PARENT
An error message indicating the object being deleted does not have a parent.
|
OBJECT_BEING_DELETED_HAS_WRONG_REPOSITORY
An error message indicating the object being deleted is not from the repository doing the delete.
|
PARAMETER_NOT_FOUND_TO_REMOVE
An error message indicating a procedure parameter could not be removed.
|
PERMISSION_NOT_FOUND_TO_REMOVE
An error message indicating a data role permission could not be removed.
|
PROCEDURE_NOT_FOUND_TO_REMOVE
An error message indicating a procedure could not be removed.
|
PROJECTED_COLUMN_NOT_FOUND_TO_REMOVE
An error indicating a projected column object could not be found
while trying to remove it
|
PROPERTY_NOT_MODIFIABLE
An error message indicating a property is not modifiable.
|
REFERENCED_COLUMN_NOT_FOUND
An error message indicating a column with a specified JCR UUID could not be found.
|
REFERENCED_RESOURCE_NOT_FOUND
An error message indicating a data service referenced resource could not be found.
|
REFERENCED_TABLE_NOT_FOUND
An error message indicating a table with a specified JCR UUID could not be found.
|
REMOVE_NOT_ALLOWED
An error message indicating removing (deleting) the object is not allowed.
|
RENAME_NOT_ALLOWED
An error message indicating the object rename is not allowed.
|
RESULT_SET_NOT_FOUND_TO_REMOVE
An error message indicating a result set could not be removed.
|
SERVER_MANAGER_DEFAULT_TEIID_ERROR
An error indicating server manager failed to create the default teiid server model
|
SOURCE_PATH_NOT_FOUND_TO_REMOVE
An error indicating a source path could not be found
while trying to remove it
|
SQL_COMPOSITION_NOT_FOUND_TO_REMOVE
An error indicating a sql composition object could not be found
while trying to remove it
|
STATEMENT_OPTION_NOT_FOUND_TO_REMOVE
An error message indicating a statement option could not be removed.
|
STORAGE_DOCUMENT_TYPE_INVALID
An error indicating there document type of an import is invalid
|
STORAGE_TYPE_INVALID
An error indicating there is no storage plugin for the given storage type
|
TABLE_NOT_FOUND_TO_REMOVE
An error message indicating a table could not be removed.
|
TABLE_REF_NOT_SET
An error message indicating columns of a foreign key's table reference cannot be set since there is no table reference
set.
|
TEIID_INSTANCE_CONNECTION_ERROR
An error indicating a teiid instance could not connect
|
TEIID_INSTANCE_ERROR
An error indicating a teiid instance could not be generated
|
TRANSLATOR_NOT_FOUND_TO_REMOVE
An error message indicating a VDB translator could not be removed because it was not found.
|
UNEXPECTED_PROCEDURE_TYPE
An error message indicating an unexpected procedure type was found.
|
UNEXPECTED_RESULT_SET_TYPE
An error message indicating an unexpected result set type was found.
|
UNEXPECTED_TABLE_TYPE
Indicates a table type other than a table or view was found.
|
USER_PROFILE_SERVICE_ERROR
An error indicating the user profile service method failed
|
VDB_IMPORT_NOT_FOUND_TO_REMOVE
An error message indicating an imported VDB could not be removed because it was not found.
|
VIEW_EDITOR_STATE_NOT_FOUND_TO_REMOVE
An error indicating a view editor state object could not be found
while trying to remove it
|
VIEW_NOT_FOUND_TO_REMOVE
An error message indicating a view could not be removed.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.Relational |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.Relational[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.Relational NO_UUID_PROPERTY
public static final Messages.Relational COLUMN_NOT_FOUND_TO_REMOVE
public static final Messages.Relational CONDITION_NOT_FOUND_TO_REMOVE
public static final Messages.Relational CONSTRAINT_NOT_FOUND_TO_REMOVE
public static final Messages.Relational CONNECTION_CLASSNAME_NOT_DEFINED
public static final Messages.Relational CONNECTION_DRIVERNAME_NOT_DEFINED
public static final Messages.Relational CONNECTION_JNDINAME_NOT_DEFINED
public static final Messages.Relational DATA_ROLE_NOT_FOUND_TO_REMOVE
public static final Messages.Relational DUPLICATE_ROLE_NAME
public static final Messages.Relational ENTRY_NOT_FOUND_TO_REMOVE
public static final Messages.Relational EXPORT_FAILED_NO_CONTENT
public static final Messages.Relational FUNCTION_NOT_FOUND_TO_REMOVE
public static final Messages.Relational INVALID_GROUPING_NODE_TYPE
public static final Messages.Relational INVALID_PARENT_TYPE
public static final Messages.Relational INVALID_STATEMENT_OPTION_VALUE
public static final Messages.Relational INVALID_TABLE_CONSTRAINT_COLUMN
public static final Messages.Relational INVALID_TABLE_REF
KomodoObject
. Takes the object class as a parameter.public static final Messages.Relational INVALID_TABLE_REF_COLUMN
public static final Messages.Relational INVALID_TABLE_REF_PATH
public static final Messages.Relational MAPPED_ROLE_NOT_FOUND_TO_REMOVE
public static final Messages.Relational MASK_NOT_FOUND_TO_REMOVE
public static final Messages.Relational MODEL_NOT_FOUND_TO_REMOVE
public static final Messages.Relational MODEL_SOURCE_NOT_FOUND_TO_REMOVE
public static final Messages.Relational MULTIPLE_TABLE_REFS_NOT_ALLOWED
public static final Messages.Relational OBJECT_BEING_DELETED_HAS_NULL_PARENT
public static final Messages.Relational OBJECT_BEING_DELETED_HAS_WRONG_REPOSITORY
public static final Messages.Relational PARAMETER_NOT_FOUND_TO_REMOVE
public static final Messages.Relational PERMISSION_NOT_FOUND_TO_REMOVE
public static final Messages.Relational PROCEDURE_NOT_FOUND_TO_REMOVE
public static final Messages.Relational PROPERTY_NOT_MODIFIABLE
public static final Messages.Relational REFERENCED_COLUMN_NOT_FOUND
public static final Messages.Relational REFERENCED_RESOURCE_NOT_FOUND
public static final Messages.Relational REFERENCED_TABLE_NOT_FOUND
public static final Messages.Relational RENAME_NOT_ALLOWED
public static final Messages.Relational REMOVE_NOT_ALLOWED
public static final Messages.Relational RESULT_SET_NOT_FOUND_TO_REMOVE
public static final Messages.Relational STATEMENT_OPTION_NOT_FOUND_TO_REMOVE
public static final Messages.Relational TABLE_NOT_FOUND_TO_REMOVE
public static final Messages.Relational TABLE_REF_NOT_SET
public static final Messages.Relational TRANSLATOR_NOT_FOUND_TO_REMOVE
public static final Messages.Relational UNEXPECTED_PROCEDURE_TYPE
public static final Messages.Relational UNEXPECTED_RESULT_SET_TYPE
public static final Messages.Relational VDB_IMPORT_NOT_FOUND_TO_REMOVE
public static final Messages.Relational VIEW_NOT_FOUND_TO_REMOVE
public static final Messages.Relational UNEXPECTED_TABLE_TYPE
public static final Messages.Relational TEIID_INSTANCE_ERROR
public static final Messages.Relational TEIID_INSTANCE_CONNECTION_ERROR
public static final Messages.Relational SERVER_MANAGER_DEFAULT_TEIID_ERROR
public static final Messages.Relational STORAGE_TYPE_INVALID
public static final Messages.Relational STORAGE_DOCUMENT_TYPE_INVALID
public static final Messages.Relational GIT_REPO_NOT_FOUND_TO_REMOVE
public static final Messages.Relational VIEW_EDITOR_STATE_NOT_FOUND_TO_REMOVE
public static final Messages.Relational SQL_COMPOSITION_NOT_FOUND_TO_REMOVE
public static final Messages.Relational PROJECTED_COLUMN_NOT_FOUND_TO_REMOVE
public static final Messages.Relational DUPLICATE_SOURCE_PATH
public static final Messages.Relational SOURCE_PATH_NOT_FOUND_TO_REMOVE
public static final Messages.Relational USER_PROFILE_SERVICE_ERROR
public static final Messages.Relational NO_USER_PROFILE
public static Messages.Relational[] values()
for (Messages.Relational c : Messages.Relational.values()) System.out.println(c);
public static Messages.Relational 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.Relational>
Copyright © 2013–2019. All rights reserved.