|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCTL.Measure
CTL.Types.FID
public class FID
FunctionID
Field Summary | |
---|---|
private short |
ID
Numerical ID |
private java.lang.String |
name
Fully-qualified name |
Constructor Summary | |
---|---|
FID(short ID,
java.lang.String name)
Generate a new FID |
Method Summary | |
---|---|
java.lang.String |
_class()
Extract the class name from the fully-qualified name of this function |
java.lang.String |
_class(java.lang.String suffix)
Extract the class name from this FunctionID and use a custom suffix |
short |
ID()
Get the numerical ID |
java.lang.String |
name()
Get the fully-qualified name |
void |
read(SerialIn in)
Read a FunctionID from a stream |
java.lang.String |
toString()
Get a string representation of this object |
void |
write(SerialOut out)
Write this FunctionID to a stream |
Methods inherited from class CTL.Measure |
---|
size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private short ID
private java.lang.String name
Constructor Detail |
---|
public FID(short ID, java.lang.String name)
ID
- Numerical IDname
- Fully-qualified nameMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public short ID()
public java.lang.String name()
public java.lang.String _class()
public java.lang.String _class(java.lang.String suffix)
suffix
- Custom suffix
public void write(SerialOut out) throws java.io.IOException
write
in interface Writable
out
- Output stream
java.io.IOException
public void read(SerialIn in) throws java.io.IOException, java.lang.ClassNotFoundException
read
in interface Writable
in
- Input stream
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |