Interface TeamOversightType
-
- All Known Implementing Classes:
TeamOversightTypeImpl
public interface TeamOversightType
Type definition
of aTeamOversight
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTeamOversightName()
Obtains the name of theTeamOversight
.
-
-
-
Method Detail
-
getTeamOversightName
java.lang.String getTeamOversightName()
Obtains the name of theTeamOversight
.- Returns:
- Name of the
TeamOversight
.
-
-