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()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
getMibObjects
IMibObject[] getMibObjects()
-
-