| Modifier and Type | Method and Description |
|---|---|
static TipoSchema |
TipoSchema.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TipoSchema[] |
TipoSchema.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResultadoValidacao |
Validador.valide(TipoSchema tipoSchema,
byte[] fonte) |
ResultadoValidacao |
Validador.valide(TipoSchema tipoSchema,
char[] fonte) |
ResultadoValidacao |
Validador.valide(TipoSchema tipoSchema,
String fonte) |
ResultadoValidacao |
Validador.valide(TipoSchema tipoSchema,
String resourceName,
Class<?> clazz) |
ResultadoValidacao |
Validador.valide(TipoSchema tipoSchema,
String resourceName,
ClassLoader loader) |
Copyright © 2019. All rights reserved.