Interface SmiModuleIdentity
- All Superinterfaces:
Comparable<SmiObject>, SmiModule, SmiObject
The SmiModule represents a SMIv2 MODULE-IDENTITY.
- Since:
- 1.2 (Pro edition only)
- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionGets the contact-info clause.Gets theGregorianCalendarrepresentation of the LAST-UPDATE clause.Gets the LAST-UPDATED clause.Gets the organization clause.Gets theSmiRevisions of this MIB module.Methods inherited from interface Comparable
compareToMethods inherited from interface SmiModule
getAsn1Comments, getCompilerStrictness, getImports, getModuleName, getObjectIdentifiers, getObjectNames, getSmiModuleDefinition, getSourceFilename, getTextualConventionNamesMethods inherited from interface SmiObject
getChildren, getDescription, getObjectName, getOID, getParent, getReference, getSmiSyntax, getStatus, getSyntax, getType
-
Method Details
-
getOrganization
-
getContactInfo
-
getLastUpdatedString
String getLastUpdatedString()Gets the LAST-UPDATED clause.- Returns:
- a last-updated time-stamp of the extended UTC-date-and-time form
[0-9][0-9]([0-9][0-9])?((0[1-9])|(1[0-2]))((0[1-9])|([1-2][0-9])|(3[0-1]))(([0-1][0-9])|(2[0-3]))[0-5][0-9]Z
-
getLastUpdated
GregorianCalendar getLastUpdated()Gets theGregorianCalendarrepresentation of the LAST-UPDATE clause.- Returns:
- a
GregorianCalendarrepresentation of the LAST-UPDATE clause
-
getRevisions
List<SmiRevision> getRevisions()Gets theSmiRevisions of this MIB module.- Returns:
- a list of @link SmiRevision} instances.
-