Interface Group
-
public interface GroupThis interface represents a group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Get the name.
-
public interface Group
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
Get the name.
|