|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fulmine.protocol.wire.WireIdentity
public class WireIdentity
The default implementation of the IWireIdentity
interface.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static WireIdentity |
get(int intWireId)
Get the canonical IWF wire identity that represents the identity expressed by the integer argument. |
static WireIdentity |
get(String stringWireId)
Get the canonical SWF wire identity that represents the identity expressed by the string argument. |
int |
getAsInteger()
Get the wire identity in its integer form. |
String |
getAsString()
Get the wire identity in its string form. |
int |
hashCode()
|
boolean |
isIntegerWireFormat()
Describes the format of this wire identity. |
String |
toString()
Return the string representation in the form: |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static WireIdentity get(String stringWireId)
stringWireId
- the identity of the SWF wire identity to return
public static WireIdentity get(int intWireId)
intWireId
- the identity of the IWF wire identity to return
public boolean isIntegerWireFormat()
IWireIdentity
isIntegerWireFormat
in interface IWireIdentity
public int getAsInteger()
IWireIdentity
getAsInteger
in interface IWireIdentity
IWireIdentity.isIntegerWireFormat()
public String getAsString()
IWireIdentity
getAsString
in interface IWireIdentity
IWireIdentity.isIntegerWireFormat()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
identity(type)
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |