|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| org.jboss.jca.validator | This package contains the specification validator module |
| Uses of Key in org.jboss.jca.validator |
|---|
| Methods in org.jboss.jca.validator that return Key | |
|---|---|
Key |
ValidateClass.getKey()
Get the key |
Key |
Validate.getKey()
Get the key |
static Key |
Key.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Key[] |
Key.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.jboss.jca.validator with parameters of type Key | |
|---|---|
ValidateClass(Key key,
Class<?> clazz)
Constructor |
|
ValidateClass(Key key,
Class<?> clazz,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor |
|
ValidateClass(Key key,
String className,
ClassLoader cl,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor |
|
ValidateObject(Key key,
Object object)
Constructor |
|
ValidateObject(Key key,
Object object,
List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||