Package | Description |
---|---|
com.uva.rafael.tfg_goniometer.data.entities | |
com.uva.rafael.tfg_goniometer.data.enums |
Constructor and Description |
---|
Paciente(java.lang.String nombre,
int edad,
Sexo sexo,
int id,
java.lang.String diagnostico,
java.util.ArrayList<java.lang.String> tags,
long telefono,
java.lang.String direccion,
java.lang.String sintomas,
java.lang.String tratamiento_previo,
java.lang.String tratamiento_actual,
java.lang.String comentarios)
Constructor principal de la clase
|
Modifier and Type | Method and Description |
---|---|
static Sexo |
Sexo.findByValue(java.lang.String value)
Metodo que se encarga de devolver el Enum asociado con el valor de tipo
String recibido como parametro.
|
static Sexo |
Sexo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sexo[] |
Sexo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|