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