|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanEnum | |
---|---|
pl.slawas.entities |
Uses of BooleanEnum in pl.slawas.entities |
---|
Methods in pl.slawas.entities that return BooleanEnum | |
---|---|
static BooleanEnum |
BooleanEnum.loadById(java.lang.Integer id)
Pobieranie obiektu BooleanEnum na podstawie identyfikatora. |
static BooleanEnum |
BooleanEnum.loadByValue(java.lang.String value,
BooleanLangEnum booleanLang)
Pobieranie obiektu BooleanEnum na podstawie wartości i obiektu
reprezentacji wartości logicznych |
static BooleanEnum |
BooleanEnum.loadByValue(java.lang.String value,
java.lang.String lang)
Pobieranie obiektu BooleanEnum na podstawie wartości i kodu
językowego. |
BooleanEnum |
BooleanEnum.setLang(java.lang.String lang)
|
static BooleanEnum |
BooleanEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BooleanEnum[] |
BooleanEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |