public static enum StudioManagerUtil.DateScopeOptions extends java.lang.Enum<StudioManagerUtil.DateScopeOptions>
Enum Constant and Description |
---|
ALL |
LAST_30_DAYS |
LAST_7_DAYS |
LAST_90_DAYS |
MONTH_TO_DATE |
YEAR_TO_DATE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static StudioManagerUtil.DateScopeOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StudioManagerUtil.DateScopeOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudioManagerUtil.DateScopeOptions ALL
public static final StudioManagerUtil.DateScopeOptions LAST_7_DAYS
public static final StudioManagerUtil.DateScopeOptions LAST_30_DAYS
public static final StudioManagerUtil.DateScopeOptions LAST_90_DAYS
public static final StudioManagerUtil.DateScopeOptions MONTH_TO_DATE
public static final StudioManagerUtil.DateScopeOptions YEAR_TO_DATE
public static StudioManagerUtil.DateScopeOptions[] values()
for (StudioManagerUtil.DateScopeOptions c : StudioManagerUtil.DateScopeOptions.values()) System.out.println(c);
public static StudioManagerUtil.DateScopeOptions 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.