Uses of Class
net.anotheria.anosite.gen.shared.data.LandingPageLocaleEnum
-
Packages that use LandingPageLocaleEnum Package Description net.anotheria.anosite.gen.shared.data -
-
Uses of LandingPageLocaleEnum in net.anotheria.anosite.gen.shared.data
Methods in net.anotheria.anosite.gen.shared.data that return LandingPageLocaleEnum Modifier and Type Method Description static LandingPageLocaleEnumLandingPageLocaleEnum. getConstantByValue(int value)static LandingPageLocaleEnumLandingPageLocaleEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LandingPageLocaleEnum[]LandingPageLocaleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-