Interface IGroup
-
- All Known Implementing Classes:
GroupImpl
public interface IGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMibObject[]getMibObjects()java.lang.StringgetName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getMibObjects
IMibObject[] getMibObjects()
-
-