public class ValueOperationElement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected ValueOperationType |
type |
| Constructor and Description |
|---|
ValueOperationElement(int id,
ValueOperationType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getLabel() |
ValueOperationType |
getType() |
void |
setId(int id) |
void |
setType(ValueOperationType type) |
String |
toString() |
protected int id
protected ValueOperationType type
public ValueOperationElement(int id,
ValueOperationType type)
public int getId()
public void setId(int id)
public ValueOperationType getType()
public void setType(ValueOperationType type)
public String getLabel()
Copyright © 2019. All Rights Reserved.