Uses of Interface
net.officefloor.compile.executive.ExecutiveType
-
Packages that use ExecutiveType Package Description net.officefloor.compile.executive net.officefloor.compile.impl.executive net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of ExecutiveType in net.officefloor.compile.executive
Methods in net.officefloor.compile.executive that return ExecutiveType Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoader. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)
Loads and returns theExecutiveType
sourced from theExecutiveSource
.ExecutiveType
ExecutiveLoader. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)
Loads and returns theExecutiveType
sourced from theExecutiveSource
. -
Uses of ExecutiveType in net.officefloor.compile.impl.executive
Classes in net.officefloor.compile.impl.executive that implement ExecutiveType Modifier and Type Class Description class
ExecutiveTypeImpl
ExecutiveType
implementation.Methods in net.officefloor.compile.impl.executive that return ExecutiveType Modifier and Type Method Description <TS extends ExecutiveSource>
ExecutiveTypeExecutiveLoaderImpl. loadExecutiveType(java.lang.Class<TS> executiveSourceClass, PropertyList propertyList)
ExecutiveType
ExecutiveLoaderImpl. loadExecutiveType(ExecutiveSource executiveSource, PropertyList propertyList)
-
Uses of ExecutiveType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ExecutiveType Modifier and Type Method Description ExecutiveType
CompileContextImpl. getOrLoadExecutiveType(ExecutiveNode executiveNode)
ExecutiveType
ExecutiveNodeImpl. loadExecutiveType()
-
Uses of ExecutiveType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ExecutiveType Modifier and Type Method Description ExecutiveType
CompileContext. getOrLoadExecutiveType(ExecutiveNode executiveNode)
Obtains the existing or loads theExecutiveType
for theExecutiveNode
.ExecutiveType
ExecutiveNode. loadExecutiveType()
Loads theExecutiveType
for theExecutiveSource
.
-