| Package | Description |
|---|---|
| com.uva.rafael.tfg_goniometer.data.entities | |
| com.uva.rafael.tfg_goniometer.data.enums |
| Constructor and Description |
|---|
ArticulacionInvolucrada(Lado lado,
Articulacion articulacion)
Constructor principal de la clase
|
| Modifier and Type | Method and Description |
|---|---|
static Lado |
Lado.findByValue(java.lang.String value)
Metodo que se encarga de devolver el Enum asociado con el valor de tipo
String recibido como parametro.
|
static Lado |
Lado.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Lado[] |
Lado.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|