Package | Description |
---|---|
edu.uoc.framework.core.configuration |
Recoge las clases utilizadas por JAXB durante el proceso de lectura del fichero XML de configuración del framework.
|
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.fromValue(java.lang.String v) |
static Scope |
Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|