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