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