Uses of Interface
net.officefloor.compile.object.DependentObjectType
-
-
Uses of DependentObjectType in net.officefloor.compile.impl.object
Classes in net.officefloor.compile.impl.object that implement DependentObjectType Modifier and Type Class Description classDependentObjectTypeImplDependentObjectTypeimplementation.Methods in net.officefloor.compile.impl.object that return DependentObjectType Modifier and Type Method Description DependentObjectTypeObjectDependencyTypeImpl. getDependentObjectType()Constructors in net.officefloor.compile.impl.object with parameters of type DependentObjectType Constructor Description ObjectDependencyTypeImpl(java.lang.String dependencyName, java.lang.String dependencyType, java.lang.String typeQualifier, boolean isParameter, DependentObjectType dependentObjectType)Instantiate. -
Uses of DependentObjectType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement DependentObjectType Modifier and Type Class Description classOfficeSectionManagedObjectTypeImplOfficeSectionManagedObjectTypeimplementation. -
Uses of DependentObjectType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return DependentObjectType Modifier and Type Method Description DependentObjectTypeManagedObjectNodeImpl. loadDependentObjectType(CompileContext compileContext)DependentObjectTypeSectionObjectNodeImpl. loadDependentObjectType(CompileContext compileContext) -
Uses of DependentObjectType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return DependentObjectType Modifier and Type Method Description DependentObjectTypeDependentObjectNode. loadDependentObjectType(CompileContext compileContext)Loads theDependentObjectType. -
Uses of DependentObjectType in net.officefloor.compile.object
Methods in net.officefloor.compile.object that return DependentObjectType Modifier and Type Method Description DependentObjectTypeObjectDependencyType. getDependentObjectType()Obtains the object that fulfills the dependency. -
Uses of DependentObjectType in net.officefloor.compile.section
Subinterfaces of DependentObjectType in net.officefloor.compile.section Modifier and Type Interface Description interfaceOfficeSectionManagedObjectType
-