public enum Language extends Enum<Language>
FullCalendar
http://arshaw.com/fullcalendar/docs/text/lang/
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
TextResource |
getResource() |
static Language |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Language ArabicMorocan
public static final Language EnglishAustralian
public static final Language EnglishCanadian
public static final Language EnglishBritish
public static final Language FrenchCanadian
public static final Language Indonesian
public static final Language Lithuanian
public static final Language NowegianBokmal
public static final Language PortugeseBrazil
public static final Language SerbianCyrillic
public static final Language Vietnamese
public static final Language ChineseChina
public static final Language ChineseTaiwan
public static Language[] values()
for (Language c : Language.values()) System.out.println(c);
public static Language valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic TextResource getResource()
Copyright © 2017. All rights reserved.