public static enum HpCalcElement.CalculationType extends Enum<HpCalcElement.CalculationType>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
operand() |
static HpCalcElement.CalculationType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static HpCalcElement.CalculationType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final HpCalcElement.CalculationType CONV
public static final HpCalcElement.CalculationType PLUS
public static final HpCalcElement.CalculationType MINUS
public static final HpCalcElement.CalculationType MULTIPLY
public static final HpCalcElement.CalculationType DIVIDE
public static HpCalcElement.CalculationType[] values()
for(HpCalcElement.CalculationType c: HpCalcElement.CalculationType.values()) System.out.println(c);
public static HpCalcElement.CalculationType valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public String operand()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.