Uses of Interface
net.officefloor.compile.object.ObjectDependencyType
Packages that use ObjectDependencyType
Package
Description
-
Uses of ObjectDependencyType in net.officefloor.compile.impl.object
Classes in net.officefloor.compile.impl.object that implement ObjectDependencyTypeMethods in net.officefloor.compile.impl.object that return ObjectDependencyTypeConstructors in net.officefloor.compile.impl.object with parameters of type ObjectDependencyTypeModifierConstructorDescriptionDependentObjectTypeImpl(String objectName, TypeQualification[] typeQualifications, ObjectDependencyType[] dependencies) Instantiate. -
Uses of ObjectDependencyType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return ObjectDependencyTypeConstructors in net.officefloor.compile.impl.office with parameters of type ObjectDependencyTypeModifierConstructorDescriptionOfficeFunctionTypeImpl(String functionName, OfficeSubSectionType subSectionType, ObjectDependencyType[] dependencies) Instantiate. -
Uses of ObjectDependencyType in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return ObjectDependencyTypeConstructors in net.officefloor.compile.impl.section with parameters of type ObjectDependencyTypeModifierConstructorDescriptionOfficeSectionManagedObjectTypeImpl(String managedObjectName, TypeQualification[] typeQualifications, Class<?>[] extensionInterfaces, ObjectDependencyType[] objectDependencies, OfficeSectionManagedObjectSourceType managedObjectSourceType) Instantiate. -
Uses of ObjectDependencyType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ObjectDependencyTypeModifier and TypeMethodDescriptionFunctionObjectNodeImpl.loadObjectDependencyType(CompileContext compileContext) ManagedObjectDependencyNodeImpl.loadObjectDependencyType(CompileContext compileContext) ===================== ObjectDependencyNode ==============================ManagedObjectFunctionDependencyNodeImpl.loadObjectDependencyType(CompileContext compileContext) ===================== ObjectDependencyNode ============================== -
Uses of ObjectDependencyType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ObjectDependencyTypeModifier and TypeMethodDescriptionFunctionObjectNode.loadObjectDependencyType(CompileContext compileContext) Loads theObjectDependencyType.ManagedObjectDependencyNode.loadObjectDependencyType(CompileContext compileContext) Loads theObjectDependencyType.ManagedObjectFunctionDependencyNode.loadObjectDependencyType(CompileContext compileContext) Loads theObjectDependencyType. -
Uses of ObjectDependencyType in net.officefloor.compile.object
Methods in net.officefloor.compile.object that return ObjectDependencyTypeModifier and TypeMethodDescriptionDependentObjectType.getObjectDependencies()Obtains theObjectDependencyTypeinstances for this dependent object. -
Uses of ObjectDependencyType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return ObjectDependencyTypeModifier and TypeMethodDescriptionOfficeFunctionType.getObjectDependencies()Obtains theObjectDependencyTypeinstances that thisOfficeSectionFunctionis dependent upon.