|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.collab.CollabMsgType
public class CollabMsgType
Used by the CollabManager to define the different messages that may be sent
| Method Summary | |
|---|---|
static CollabMsgType |
createNoRelay(String id,
String desc)
Factory method to create a CollabMsgType that should not be relayed. |
static CollabMsgType |
createRelay(String id,
String desc)
Factory method to create a CollabMsgType that should be relayed. |
boolean |
equals(Object other)
Overwrite the equals |
static CollabMsgType |
find(String typeId)
Find the MsgType identified by the given type typeId. |
boolean |
getBlocked()
Get the Blocked property. |
boolean |
getShouldRelay()
Get the ShouldRelay property. |
boolean |
idEquals(String otherId)
Does this object's identifier equals the given id |
void |
setBlocked(boolean value)
Set the Blocked property. |
void |
setShouldRelay(boolean value)
Set the ShouldRelay property. |
String |
toString()
String representation of this type |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static CollabMsgType createRelay(String id,
String desc)
id - Id of the message typedesc - Its description
public static CollabMsgType createNoRelay(String id,
String desc)
id - Id of the message typedesc - Its description
public static CollabMsgType find(String typeId)
typeId - The
public boolean equals(Object other)
equals in class Objectother - Object to compare to
public boolean idEquals(String otherId)
otherId - Id to check equality on
public String toString()
toString in class Objectpublic void setBlocked(boolean value)
value - The new value for Blockedpublic boolean getBlocked()
public void setShouldRelay(boolean value)
value - The new value for ShouldRelaypublic boolean getShouldRelay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||