|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A MIB type constraint.
Method Summary | |
void |
initialize(MibLoaderLog log)
Initializes the constraint. |
boolean |
isCompatible(MibType type)
Checks if the specified type is compatible with this constraint. |
boolean |
isCompatible(MibValue value)
Checks if the specified value is compatible with this constraint. |
Method Detail |
public void initialize(MibLoaderLog log) throws MibException
log
- the MIB loader log
MibException
- if an error was encountered during the
initializationpublic boolean isCompatible(MibType type)
type
- the type to check
public boolean isCompatible(MibValue value)
value
- the value to check
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |