|
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.BodyName
public class BodyName
Class BodyName represents body-name mappings that are initialized by specification of a body name.
SPICE applications normally won't need to use
this class directly; they should use the class
Body
instead.
Added deepCopy method.
Constructor Summary | |
---|---|
BodyName(java.lang.String name)
Create a new BodyName from a name string. |
Method Summary | |
---|---|
BodyName |
deepCopy()
Return a deep copy of this instance. |
int |
getIDCode()
Return the integer Body ID code of this BodyCode instance. |
java.lang.String |
getName()
Return a deep copy of the body 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 BodyName(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 BodyName 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 |