Interface ExecutiveType
-
- All Known Implementing Classes:
ExecutiveTypeImpl
public interface ExecutiveType
Type definition
of anExecutive
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionStrategyType[]
getExecutionStrategyTypes()
Obtains theExecutionStrategyType
definitions for theExecutionStrategy
instances available from theExecutive
.TeamOversightType[]
getTeamOversightTypes()
Obtains theTeamOversightType
definitions for theTeamOversight
instances available from theExecutive
.
-
-
-
Method Detail
-
getExecutionStrategyTypes
ExecutionStrategyType[] getExecutionStrategyTypes()
Obtains theExecutionStrategyType
definitions for theExecutionStrategy
instances available from theExecutive
.- Returns:
ExecutionStrategyType
definitions for theExecutionStrategy
instances available from theExecutive
.
-
getTeamOversightTypes
TeamOversightType[] getTeamOversightTypes()
Obtains theTeamOversightType
definitions for theTeamOversight
instances available from theExecutive
.- Returns:
TeamOversightType
definitions for theTeamOversight
instances available from theExecutive
.
-
-