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 theTeamOversightTypedefinitions for theTeamOversightinstances 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 classTeamOversightTypeImplTeamOversightTypeimplementation.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.
-