Uses of Interface
net.officefloor.compile.executive.ExecutiveType
Packages that use ExecutiveType
Package
Description
-
Uses of ExecutiveType in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive that return ExecutiveTypeModifier and TypeMethodDescription<TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoader.loadExecutiveType(Class<TS> executiveSourceClass, PropertyList propertyList) Loads and returns theExecutiveTypesourced from theExecutiveSource.ExecutiveLoader.loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList) Loads and returns theExecutiveTypesourced from theExecutiveSource. -
Uses of ExecutiveType in net.officefloor.compile.impl.executive
Classes in net.officefloor.compile.impl.executive that implement ExecutiveTypeMethods in net.officefloor.compile.impl.executive that return ExecutiveTypeModifier and TypeMethodDescription<TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoaderImpl.loadExecutiveType(Class<TS> executiveSourceClass, PropertyList propertyList) ExecutiveLoaderImpl.loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList) -
Uses of ExecutiveType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ExecutiveTypeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadExecutiveType(ExecutiveNode executiveNode) ExecutiveNodeImpl.loadExecutiveType() -
Uses of ExecutiveType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ExecutiveTypeModifier and TypeMethodDescriptionCompileContext.getOrLoadExecutiveType(ExecutiveNode executiveNode) Obtains the existing or loads theExecutiveTypefor theExecutiveNode.ExecutiveNode.loadExecutiveType()Loads theExecutiveTypefor theExecutiveSource.