|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.al.MessageType
Class representation for a message type.
Field Summary | |
protected long |
encoding
Encoding of this message. |
protected java.lang.String |
name
Textual representation of this message type. |
Constructor Summary | |
MessageType(java.lang.String name,
long encoding)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Performs an equality check. |
long |
getEncoding()
Get the encoding of this message type. |
java.lang.String |
getName()
Get the textual representation of this message type. |
java.lang.String |
toString()
Returns a string representation of this message type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected long encoding
protected java.lang.String name
Constructor Detail |
public MessageType(java.lang.String name, long encoding)
name
- textual representation of this message typeencoding
- encodingMethod Detail |
public long getEncoding()
public java.lang.String getName()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- message type to compare topublic java.lang.String toString()
toString
in class java.lang.Object
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |