public abstract class SimulScanElement extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Object |
data |
protected String |
name |
protected int |
number |
Modifier | Constructor and Description |
---|---|
protected |
SimulScanElement() |
protected |
SimulScanElement(String name,
Object data,
int number) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getData()
Returns additional processed data as an object of type Object
|
int |
getElementNumber()
Returns unique identifier of this element
|
String |
getName()
Returns the friendly name of this element
|
public abstract Object getData()
public int getElementNumber()
public String getName()