public static enum AggregateCounterOperations.Resolution extends java.lang.Enum<AggregateCounterOperations.Resolution>
| 修飾子と型 | メソッドと説明 |
|---|---|
static AggregateCounterOperations.Resolution | valueOf(java.lang.String name) 指定された名前を持つこの型の列挙定数を返します。 |
static AggregateCounterOperations.Resolution[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
public static final AggregateCounterOperations.Resolution minute
public static final AggregateCounterOperations.Resolution hour
public static final AggregateCounterOperations.Resolution day
public static final AggregateCounterOperations.Resolution month
public static AggregateCounterOperations.Resolution[] values()
for (AggregateCounterOperations.Resolution c : AggregateCounterOperations.Resolution.values()) System.out.println(c);
public static AggregateCounterOperations.Resolution valueOf(java.lang.String name)
name - 返される列挙定数の名前。java.lang.IllegalArgumentException - この列挙型に指定された名前の定数がない場合 java.lang.NullPointerException - 引数が null の場合