Package | Description |
---|---|
org.nuiton.util |
Ensemble de classe Java permettant de simplifier le développement en
factorisant des besoins que l'on retrouve dans tous les développement.
|
Modifier and Type | Method and Description |
---|---|
static MonthEnum |
MonthEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonthEnum |
MonthEnum.valueOf(String month,
MonthEnum defaultValue) |
static MonthEnum[] |
MonthEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MonthEnum |
MonthEnum.valueOf(String month,
MonthEnum defaultValue) |
Copyright © 2004–2020 CodeLutin. All rights reserved.