public abstract class SimulScanTemplateElement extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
number |
| Modifier | Constructor and Description |
|---|---|
protected |
SimulScanTemplateElement() |
protected |
SimulScanTemplateElement(int number,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the friendly name of the element
|
int |
getRegionNumber()
Returns the region number of the element
|
protected String name
protected int number
protected SimulScanTemplateElement()
protected SimulScanTemplateElement(int number,
String name)
public String getName()
public int getRegionNumber()