public static enum TimeUtils.TipoPeriodo extends java.lang.Enum<TimeUtils.TipoPeriodo>
Enum Constant and Description |
---|
ANO |
BIMESTRE |
DEZENA |
DIA |
MES |
PERIODO_UNICO |
QUADRIMESTRE |
QUINZENA |
SEMANA |
SEMESTRE |
TRIMESTRE |
Modifier and Type | Method and Description |
---|---|
static TimeUtils.TipoPeriodo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeUtils.TipoPeriodo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeUtils.TipoPeriodo DIA
public static final TimeUtils.TipoPeriodo SEMANA
public static final TimeUtils.TipoPeriodo DEZENA
public static final TimeUtils.TipoPeriodo QUINZENA
public static final TimeUtils.TipoPeriodo MES
public static final TimeUtils.TipoPeriodo BIMESTRE
public static final TimeUtils.TipoPeriodo TRIMESTRE
public static final TimeUtils.TipoPeriodo QUADRIMESTRE
public static final TimeUtils.TipoPeriodo SEMESTRE
public static final TimeUtils.TipoPeriodo ANO
public static final TimeUtils.TipoPeriodo PERIODO_UNICO
public static TimeUtils.TipoPeriodo[] values()
for (TimeUtils.TipoPeriodo c : TimeUtils.TipoPeriodo.values()) System.out.println(c);
public static TimeUtils.TipoPeriodo valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null