Package | Description |
---|---|
agenda.modelo |
Modifier and Type | Field and Description |
---|---|
TipoTelefono |
Telefono.tipo |
Modifier and Type | Method and Description |
---|---|
TipoTelefono |
Telefono.obtenerTipo()
Devuelve el tipo de teléfono
|
static TipoTelefono |
TipoTelefono.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TipoTelefono[] |
TipoTelefono.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Telefono(int idPersona,
int idTelefono,
TipoTelefono tipoTelefono,
java.lang.String numero)
Constructor
|