public enum DefaultFormat extends Enum<DefaultFormat> implements FormatKey
| Enum Constant and Description |
|---|
DD_MM_YYYY |
| Modifier and Type | Method and Description |
|---|---|
FormatKey |
getKey()
Gets key.
|
static DefaultFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfequalspublic static final DefaultFormat DD_MM_YYYY
public static DefaultFormat[] values()
for (DefaultFormat c : DefaultFormat.values()) System.out.println(c);
public static DefaultFormat 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 FormatKey getKey()
DecorationEntityKeygetKey in interface DecorationEntityKey<FormatKey>Copyright © 2018. All rights reserved.