|
|||||||||||
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.CompoundType
A class for handling composed types for symbols in the MIBs.
Constructor Summary | |
CompoundType()
Creates a new compound type. |
Method Summary | |
void |
addComponent(ValueSymbol sym)
Adds a component to this type. |
boolean |
equals(java.lang.Object obj)
Checks if this type equals another. |
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 |
public CompoundType()
Method Detail |
public void addComponent(ValueSymbol sym)
sym
- a symbol componentpublic 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 |