|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.server.engine.OID
public class OID
| Constructor Summary | |
|---|---|
OID()
|
|
| Method Summary | |
|---|---|
int |
compareTo(OID other)
|
boolean |
equals(java.lang.Object other)
|
static OID |
fromLong(long l)
|
static OID |
fromString(java.lang.String oidString)
|
long |
getData()
Deprecated. nobody but java beans should call this |
int |
hashCode()
|
void |
marshalObject(AOByteBuffer buf)
Marshal the object into the byte buffer argument. |
static OID |
parseLong(java.lang.String str)
|
void |
setData(long l)
Deprecated. nobody but java beans should call this |
long |
toLong()
|
java.lang.String |
toString()
|
java.lang.Object |
unmarshalObject(AOByteBuffer buf)
Unmarshal from the byte buffer argument, returning an Object that containing the unmarshalled state. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OID()
| Method Detail |
|---|
public static OID fromLong(long l)
public long toLong()
public java.lang.String toString()
toString in class java.lang.Object
public static OID fromString(java.lang.String oidString)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setData(long l)
public long getData()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(OID other)
compareTo in interface java.lang.Comparable<OID>
public static OID parseLong(java.lang.String str)
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void marshalObject(AOByteBuffer buf)
Marshallable
marshalObject in interface Marshallablebuf - The byte bufferpublic java.lang.Object unmarshalObject(AOByteBuffer buf)
Marshallable
unmarshalObject in interface Marshallable
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||