|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectus.temerity.pipeline.Named
public class Named
Provides a simple name String and accessor.
| Field Summary | |
|---|---|
protected String |
pName
The name of the instance. |
| Constructor Summary | |
|---|---|
protected |
Named()
This constructor is required by the GlueDecoder to instantiate the class
when encountered during the reading of GLUE format files and should not be called
from user code. |
protected |
Named(String name)
Internal constructor used by subclasses to initialize the name. |
| Method Summary | |
|---|---|
Object |
clone()
Return a deep copy of this object. |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
void |
fromGlue(GlueDecoder decoder)
Restores the non-transient fields of the class from Glue. |
String |
getName()
Gets the name of this instance. |
void |
toGlue(GlueEncoder encoder)
Saves the non-transient fields of this object as Glue. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String pName
| Constructor Detail |
|---|
protected Named()
GlueDecoder to instantiate the class
when encountered during the reading of GLUE format files and should not be called
from user code.
protected Named(String name)
name - The name of this instance.| Method Detail |
|---|
public String getName()
public boolean equals(Object obj)
equals in class Objectobj - The reference object with which to compare.public Object clone()
clone in class Object
public void toGlue(GlueEncoder encoder)
throws GlueException
GlueableGlueEncoder.encode for each
non-transient field of the parent object.
toGlue in interface Glueableencoder - [modified]
The object used to encode this object's fields into Glue format.
GlueException
public void fromGlue(GlueDecoder decoder)
throws GlueException
GlueableGlueDecoder.decode for each non-transient
field of the parent object.
fromGlue in interface Glueabledecoder - The object used to decode this object's fields from Glue format.
GlueException
|
TEMERITY | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||