|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.AbstractTarget.Setup
public static class AbstractTarget.Setup
A class representing DTDConstants#SETUP elements in the DOM.
It consists of
an instrument name and a map of constant values.
| Field Summary | |
|---|---|
private Map |
constants
The lookup table of constants for this setup. |
private String |
instrument
The name of the instrument this setup is for. |
| Constructor Summary | |
|---|---|
AbstractTarget.Setup(String inst,
Map lookup)
Constructs a new Setup section. |
|
| Method Summary | |
|---|---|
Map |
getAllConstants()
Returns all constants in this setup element as a mapping of their names to their values as Number object. |
Object |
getConstant(String name)
Returns the value of the constant with the given name. |
String |
getInstrument()
Returns the name of the instrument this setup is for. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String instrument
private Map constants
| Constructor Detail |
|---|
public AbstractTarget.Setup(String inst,
Map lookup)
| Method Detail |
|---|
public String getInstrument()
public Object getConstant(String name)
public Map getAllConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||