|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspice.basic.IDMap
spice.basic.InstrumentName
public class InstrumentName
Class InstrumentName represents instrument-name mappings that are initialized by specification of a instrument name.
SPICE applications normally won't need to use
this class directly; they should use the class
Instrument
instead.
Constructor Summary | |
---|---|
InstrumentName(java.lang.String name)
Create a new InstrumentName from a name string. |
Method Summary | |
---|---|
InstrumentName |
deepCopy()
Return a deep copy of this instance. |
int |
getIDCode()
Return the integer Instrument ID code of this InstrumentCode instance. |
java.lang.String |
getName()
Return the instrument name associated with this ID code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstrumentName(java.lang.String name)
Method Detail |
---|
public int getIDCode() throws SpiceException
getIDCode
in class IDMap
SpiceException
public java.lang.String getName() throws SpiceException
getName
in class IDMap
SpiceException
public InstrumentName deepCopy() throws SpiceException
deepCopy
in class IDMap
SpiceException
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |