|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mib.type.Type | +--net.percederberg.mib.type.ObjectIdentifierType
A class for handling object id type information.
Constructor Summary | |
protected |
ObjectIdentifierType()
Creates a new object identifier type. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Checks if this type is equals to some other object. |
static ObjectIdentifierType |
getInstance()
Returns the existing instance of the ObjectIdentifierType or creates a new one if none existed. |
java.lang.String |
toString()
Returns a string description of this type. |
void |
transferType(TypeConverter converter)
Transfers the type information from this type to a type converter object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected ObjectIdentifierType()
getInstance()
Method Detail |
public static ObjectIdentifierType getInstance()
public boolean equals(java.lang.Object obj)
equals
in class Type
obj
- an object
public java.lang.String toString()
toString
in class Type
public void transferType(TypeConverter converter)
transferType
in class Type
converter
- a type converter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |