|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.unit.UnitInfo
public class UnitInfo
This is the base class for unit infos. Unit infos can be used to specify code to be executing in the course of loading a unit.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The field serialVersionUID contains the version number for serialization. |
| Constructor Summary | |
|---|---|
UnitInfo()
Creates a new object. |
|
UnitInfo(java.lang.String name)
Creates a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Getter for name. |
void |
setName(java.lang.String name)
Setter for name. |
void |
setTypesetter(Typesetter typesetter)
Setter for the typesetter. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public UnitInfo()
public UnitInfo(java.lang.String name)
name - the name of the unit| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic void setTypesetter(Typesetter typesetter)
typesetter - the typesetterpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||