Uses of Enum Class
org.jboss.jca.validator.Key
Packages that use Key
Package
Description
This package contains the specification validator module
-
Uses of Key in org.jboss.jca.validator
Methods in org.jboss.jca.validator that return KeyModifier and TypeMethodDescriptionValidate.getKey()Get the keyValidateClass.getKey()Get the keystatic KeyReturns the enum constant of this class with the specified name.static Key[]Key.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jboss.jca.validator with parameters of type KeyModifierConstructorDescriptionValidateClass(Key key, Class<?> clazz) ConstructorValidateClass(Key key, Class<?> clazz, List<? extends ConfigProperty> configProperties) ConstructorValidateClass(Key key, String className, ClassLoader cl, List<? extends ConfigProperty> configProperties) ConstructorValidateObject(Key key, Object object) ConstructorValidateObject(Key key, Object object, List<? extends ConfigProperty> configProperties) Constructor