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 theExecutiveTypesourced from theExecutiveSource.ExecutiveTypeExecutiveLoader. 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 ExecutiveType Modifier and Type Class Description classExecutiveTypeImplExecutiveTypeimplementation.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)ExecutiveTypeExecutiveLoaderImpl. 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 ExecutiveTypeCompileContextImpl. getOrLoadExecutiveType(ExecutiveNode executiveNode)ExecutiveTypeExecutiveNodeImpl. 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 ExecutiveTypeCompileContext. getOrLoadExecutiveType(ExecutiveNode executiveNode)Obtains the existing or loads theExecutiveTypefor theExecutiveNode.ExecutiveTypeExecutiveNode. loadExecutiveType()Loads theExecutiveTypefor theExecutiveSource.
-