public static enum Photo.EnumBackdatedTimeGranularity extends Enum<Photo.EnumBackdatedTimeGranularity>
Enum Constant and Description |
---|
NULL |
VALUE_DAY |
VALUE_HOUR |
VALUE_MIN |
VALUE_MONTH |
VALUE_NONE |
VALUE_YEAR |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Photo.EnumBackdatedTimeGranularity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Photo.EnumBackdatedTimeGranularity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Photo.EnumBackdatedTimeGranularity VALUE_YEAR
public static final Photo.EnumBackdatedTimeGranularity VALUE_MONTH
public static final Photo.EnumBackdatedTimeGranularity VALUE_DAY
public static final Photo.EnumBackdatedTimeGranularity VALUE_HOUR
public static final Photo.EnumBackdatedTimeGranularity VALUE_MIN
public static final Photo.EnumBackdatedTimeGranularity VALUE_NONE
public static final Photo.EnumBackdatedTimeGranularity NULL
public static Photo.EnumBackdatedTimeGranularity[] values()
for (Photo.EnumBackdatedTimeGranularity c : Photo.EnumBackdatedTimeGranularity.values()) System.out.println(c);
public static Photo.EnumBackdatedTimeGranularity 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 String toString()
toString
in class Enum<Photo.EnumBackdatedTimeGranularity>
Copyright © 2018. All rights reserved.