Interface SmiObjectCompliance
- All Superinterfaces:
SmiCompliance
- All Known Subinterfaces:
SmiObjectVariation
The
SmiObjectVariation interface defines the attributes that are included in
MODULE-COMPLIANCE module parts (SmiComplianceModule) OBJECT clause and is also
used in the AGENT-CAPABILITIES module section.- Since:
- 1.7.0
- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionGets the MIB-ACCESS clause content.Gets the DESCRIPTION clause content.Gets the SYNTAX of the OBJECT compliance clause.Gets the WRITE-SYNTAX of the OBJECT compliance clause.Methods inherited from interface SmiCompliance
getComplianceType, getName
-
Method Details
-
getSyntax
-
getWriteSyntax
-
getAccess
-
getDescription
String getDescription()Gets the DESCRIPTION clause content.- Returns:
- a description of this object compliance statement.
-