protected static enum AbstractScalaCodegen.DateLibraries extends Enum<AbstractScalaCodegen.DateLibraries>
| Modifier and Type | Method and Description |
|---|---|
static AbstractScalaCodegen.DateLibraries |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractScalaCodegen.DateLibraries[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractScalaCodegen.DateLibraries java8
public static final AbstractScalaCodegen.DateLibraries joda
public static final AbstractScalaCodegen.DateLibraries legacy
public static AbstractScalaCodegen.DateLibraries[] values()
for (AbstractScalaCodegen.DateLibraries c : AbstractScalaCodegen.DateLibraries.values()) System.out.println(c);
public static AbstractScalaCodegen.DateLibraries 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 nullCopyright © 2021. All rights reserved.