Package com.exedio.cope.misc
Class LocalizationKeys
- java.lang.Object
-
- com.exedio.cope.misc.LocalizationKeys
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
get(Class<?> clazz)
static List<String>
get(Enum<?> value)
-
-
-
Method Detail
-
get
public static List<String> get(Class<?> clazz)
- Returns:
- a
unmodifiable list
.
-
get
public static List<String> get(Enum<?> value)
- Returns:
- a
unmodifiable list
.
-
-