Enum JcaArchiveValidationDefinition.ArchiveValidationParameters
java.lang.Object
java.lang.Enum<JcaArchiveValidationDefinition.ArchiveValidationParameters>
org.jboss.as.connector.subsystems.jca.JcaArchiveValidationDefinition.ArchiveValidationParameters
- All Implemented Interfaces:
Serializable,Comparable<JcaArchiveValidationDefinition.ArchiveValidationParameters>
- Enclosing class:
- JcaArchiveValidationDefinition
public static enum JcaArchiveValidationDefinition.ArchiveValidationParameters
extends Enum<JcaArchiveValidationDefinition.ArchiveValidationParameters>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.SimpleAttributeDefinitionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARCHIVE_VALIDATION_ENABLED
public static final JcaArchiveValidationDefinition.ArchiveValidationParameters ARCHIVE_VALIDATION_ENABLED -
ARCHIVE_VALIDATION_FAIL_ON_ERROR
public static final JcaArchiveValidationDefinition.ArchiveValidationParameters ARCHIVE_VALIDATION_FAIL_ON_ERROR -
ARCHIVE_VALIDATION_FAIL_ON_WARN
public static final JcaArchiveValidationDefinition.ArchiveValidationParameters ARCHIVE_VALIDATION_FAIL_ON_WARN
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getAttribute
public org.jboss.as.controller.SimpleAttributeDefinition getAttribute()
-