Modifier and Type | Field and Description |
---|---|
private Calculadora.EstadoEscritura |
Calculadora.estadoEscritura
Estado de introducción de un número
|
Modifier and Type | Method and Description |
---|---|
static Calculadora.EstadoEscritura |
Calculadora.EstadoEscritura.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Calculadora.EstadoEscritura[] |
Calculadora.EstadoEscritura.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|