Uses of Interface
net.officefloor.compile.executive.TeamOversightType
-
Packages that use TeamOversightType Package Description net.officefloor.compile.executive net.officefloor.compile.impl.executive -
-
Uses of TeamOversightType in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive that return TeamOversightType Modifier and Type Method Description TeamOversightType[]
ExecutiveType. getTeamOversightTypes()
Obtains theTeamOversightType
definitions for theTeamOversight
instances available from theExecutive
. -
Uses of TeamOversightType in net.officefloor.compile.impl.executive
Classes in net.officefloor.compile.impl.executive that implement TeamOversightType Modifier and Type Class Description class
TeamOversightTypeImpl
TeamOversightType
implementation.Methods in net.officefloor.compile.impl.executive that return TeamOversightType Modifier and Type Method Description TeamOversightType[]
ExecutiveTypeImpl. getTeamOversightTypes()
Constructors in net.officefloor.compile.impl.executive with parameters of type TeamOversightType Constructor Description ExecutiveTypeImpl(ExecutionStrategyType[] executionStrategyTypes, TeamOversightType[] teamOversightTypes)
Instantiate.
-