public class ValueOperationStore extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static ValueOperationElement |
AVGElement |
protected static ValueOperationElement |
MAXElement |
protected static ValueOperationElement |
MINElement |
protected static ArrayList<ValueOperationElement> |
store |
protected static ValueOperationElement |
SUMElement |
| Constructor and Description |
|---|
ValueOperationStore() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<ValueOperationElement> |
getValuesOperationType() |
static int |
selectedPosition(String selected) |
static ValueOperationType |
selectedValueOperation(String selected) |
static ValueOperationElement |
selectedValueOperationElement(String selected) |
protected static ArrayList<ValueOperationElement> store
protected static ValueOperationElement AVGElement
protected static ValueOperationElement MAXElement
protected static ValueOperationElement MINElement
protected static ValueOperationElement SUMElement
public static ArrayList<ValueOperationElement> getValuesOperationType()
public static int selectedPosition(String selected)
public static ValueOperationType selectedValueOperation(String selected)
public static ValueOperationElement selectedValueOperationElement(String selected)
Copyright © 2019. All Rights Reserved.