|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constraint
A MIB type constraint.
Method Summary | |
---|---|
void |
initialize(MibType type,
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 |
---|
void initialize(MibType type, MibLoaderLog log) throws MibException
type
- the type to constrainlog
- the MIB loader log
MibException
- if an error was encountered during the
initializationboolean isCompatible(MibType type)
type
- the type to check
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 |