Interface SmiSupportedModule
public interface SmiSupportedModule
The
SmiSupportedModule interface represents a SMIv2 MODULE clause of the AGENT-CAPABILITIES statement.- Since:
- 1.7.0 (Pro Edition only)
- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionGets the included group names.Gets the module name.Gets the list ofSmiObjectVariations.
-
Method Details
-
getModuleName
-
getIncludedGroupNames
-
getVariations
List<SmiObjectVariation> getVariations()Gets the list ofSmiObjectVariations.- Returns:
- a possibly empty list of
SmiObjectVariationinstances.
-