|
|||||||||
| Home >> All >> [ app overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
app
Class Numero

java.lang.Objectapp.Numero
- public class Numero
- extends java.lang.Object
Título: Gestión de pedidos Descripcion: Copyright: Copyright (c) 2001 Empresa:
- Version:
- 1.0
| Field Summary | |
static java.text.NumberFormat |
f
|
static java.text.NumberFormat |
IntegerFormat
|
static java.text.NumberFormat |
PercentageFormat
|
| Constructor Summary | |
Numero()
|
|
| Method Summary | |
static java.lang.String |
format(double value)
|
static java.lang.String |
format(double value,
int decimals)
|
static java.text.NumberFormat |
getFormat()
Formato para números generales |
static java.text.NumberFormat |
getIFormat()
Formato para números enteros |
static java.text.NumberFormat |
getPFormat()
Formato para números de porcentaje 0.00 - 100.00 |
static double |
parse(java.lang.String text)
Metodo estatico utilizado para leer una cadena de caracteres y devolver un objeto moneda de la moneda actual |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
f
public static final java.text.NumberFormat f
IntegerFormat
public static final java.text.NumberFormat IntegerFormat
PercentageFormat
public static final java.text.NumberFormat PercentageFormat
| Constructor Detail |
Numero
public Numero()
| Method Detail |
parse
public static double parse(java.lang.String text) throws AppException
- Metodo estatico utilizado para leer una cadena de caracteres y
devolver un objeto moneda de la moneda actual
format
public static java.lang.String format(double value)
format
public static java.lang.String format(double value, int decimals)
getFormat
public static java.text.NumberFormat getFormat()
- Formato para números generales
getIFormat
public static java.text.NumberFormat getIFormat()
- Formato para números enteros
getPFormat
public static java.text.NumberFormat getPFormat()
- Formato para números de porcentaje 0.00 - 100.00
|
|||||||||
| Home >> All >> [ app overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
app.Numero