Interface ExecutiveType
-
- All Known Implementing Classes:
ExecutiveTypeImpl
public interface ExecutiveTypeType definitionof anExecutive.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionStrategyType[]getExecutionStrategyTypes()Obtains theExecutionStrategyTypedefinitions for theExecutionStrategyinstances available from theExecutive.TeamOversightType[]getTeamOversightTypes()Obtains theTeamOversightTypedefinitions for theTeamOversightinstances available from theExecutive.
-
-
-
Method Detail
-
getExecutionStrategyTypes
ExecutionStrategyType[] getExecutionStrategyTypes()
Obtains theExecutionStrategyTypedefinitions for theExecutionStrategyinstances available from theExecutive.- Returns:
ExecutionStrategyTypedefinitions for theExecutionStrategyinstances available from theExecutive.
-
getTeamOversightTypes
TeamOversightType[] getTeamOversightTypes()
Obtains theTeamOversightTypedefinitions for theTeamOversightinstances available from theExecutive.- Returns:
TeamOversightTypedefinitions for theTeamOversightinstances available from theExecutive.
-
-