|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||
java.lang.Objectjava.lang.Enum<JodaTime>
com.amazonaws.util.JodaTime
public enum JodaTime
Utilities for accessing joda-time.
| Method Summary | |
|---|---|
static java.lang.String |
getVersion()
Returns the current version of joda-time used during runtime; or null if it cannot be determined. |
static boolean |
hasExpectedBehavior()
Returns true if the current version of joda-time used during runtime behaves as expected by the Java SDK; false otherwise. |
static JodaTime |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static JodaTime[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static JodaTime[] values()
for (JodaTime c : JodaTime.values()) System.out.println(c);
public static JodaTime valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static java.lang.String getVersion()
public static boolean hasExpectedBehavior()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||