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 class
DependentObjectTypeImpl
DependentObjectType
implementation.Methods in net.officefloor.compile.impl.object that return DependentObjectType Modifier and Type Method Description DependentObjectType
ObjectDependencyTypeImpl. 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 class
OfficeSectionManagedObjectTypeImpl
OfficeSectionManagedObjectType
implementation. -
Uses of DependentObjectType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return DependentObjectType Modifier and Type Method Description DependentObjectType
ManagedObjectNodeImpl. loadDependentObjectType(CompileContext compileContext)
DependentObjectType
SectionObjectNodeImpl. 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 DependentObjectType
DependentObjectNode. 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 DependentObjectType
ObjectDependencyType. 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 interface
OfficeSectionManagedObjectType
-