public static enum Messages.Komodo extends Enum<Messages.Komodo>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.Komodo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.Komodo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.Komodo ARTIFACT_DOES_NOT_EXIST_ERROR
public static final Messages.Komodo ARTIFACT_EXISTS_ERROR
public static final Messages.Komodo CHILD_NOT_FOUND
public static final Messages.Komodo DESCRIPTOR_NOT_FOUND
public static final Messages.Komodo DUPLICATE_OBJECT_ERROR
public static final Messages.Komodo ERROR_ADDING_ARTIFACT
public static final Messages.Komodo ERROR_CONSTRUCTING_VALIDATION_MANAGER
public static final Messages.Komodo ERROR_REPO_HAS_CHANGES
public static final Messages.Komodo ERROR_SESSION_IS_CLOSED
public static final Messages.Komodo ERROR_TRANSACTION_FINISHED
public static final Messages.Komodo ERROR_TRYING_TO_COMMIT
public static final Messages.Komodo SEQUENCING_ERROR_TRYING_TO_COMMIT
public static final Messages.Komodo ERROR_TRYING_TO_ROLLBACK
public static final Messages.Komodo ERROR_STOPPING_ENGINE
public static final Messages.Komodo ERROR_STARTING_ENGINE
public static final Messages.Komodo INCORRECT_TYPE
public static final Messages.Komodo NO_ARTIFACT_DESCRIPTION
public static final Messages.Komodo REMOVE_WORKSPACE_OBJECT_ERROR
public static final Messages.Komodo READ_NOT_ALLOWED
public static final Messages.Komodo SET_PROPERTY_NOT_ALLOWED
public static final Messages.Komodo ADD_REMOVE_CHILD_NOT_ALLOWED
public static final Messages.Komodo REMOVE_NOT_ALLOWED
public static final Messages.Komodo UNABLE_TO_CONSTRUCT_PROPERTY
public static final Messages.Komodo UNABLE_TO_CONVERT_VALUE
public static final Messages.Komodo UNABLE_TO_FIND_PROPERTY
public static final Messages.Komodo UNABLE_TO_OBTAIN_NAME
public static final Messages.Komodo UNABLE_TO_REMOVE_CHILD
public static final Messages.Komodo UNABLE_TO_REMOVE_NON_EXISTENT_WORKSPACE_ITEM
public static final Messages.Komodo UNABLE_TO_REMOVE_PROPERTY_THAT_DOES_NOT_EXIST
public static final Messages.Komodo UNABLE_TO_REMOVE_SINGLE_VALUE_PROPERTY_WITH_EMPTY_ARRAY
public static final Messages.Komodo UNABLE_TO_SET_SINGLE_VALUE_PROPERTY_WITH_MULTIPLE_VALUES
public static final Messages.Komodo UNABLE_TO_UNPUBLISH_NON_EXISTENT_ARTIFACT
public static final Messages.Komodo UNPUBLISH_ARTIFACT_ERROR
public static final Messages.Komodo WORKSPACE_FIND_BY_TYPE_ERROR
public static Messages.Komodo[] values()
for (Messages.Komodo c : Messages.Komodo.values()) System.out.println(c);
public static Messages.Komodo 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.Komodo>
Copyright © 2013–2019. All rights reserved.