Uses of Interface
net.officefloor.compile.object.ObjectDependencyType
-
-
Uses of ObjectDependencyType in net.officefloor.compile.impl.object
Classes in net.officefloor.compile.impl.object that implement ObjectDependencyType Modifier and Type Class Description classObjectDependencyTypeImplObjectDependencyTypeimplementation.Methods in net.officefloor.compile.impl.object that return ObjectDependencyType Modifier and Type Method Description ObjectDependencyType[]DependentObjectTypeImpl. getObjectDependencies()Constructors in net.officefloor.compile.impl.object with parameters of type ObjectDependencyType Constructor Description DependentObjectTypeImpl(java.lang.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 ObjectDependencyType Modifier and Type Method Description ObjectDependencyType[]OfficeFunctionTypeImpl. getObjectDependencies()Constructors in net.officefloor.compile.impl.office with parameters of type ObjectDependencyType Constructor Description OfficeFunctionTypeImpl(java.lang.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 ObjectDependencyType Modifier and Type Method Description ObjectDependencyType[]OfficeSectionManagedObjectTypeImpl. getObjectDependencies()Constructors in net.officefloor.compile.impl.section with parameters of type ObjectDependencyType Constructor Description OfficeSectionManagedObjectTypeImpl(java.lang.String managedObjectName, TypeQualification[] typeQualifications, java.lang.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 ObjectDependencyType Modifier and Type Method Description ObjectDependencyTypeFunctionObjectNodeImpl. loadObjectDependencyType(CompileContext compileContext)ObjectDependencyTypeManagedObjectDependencyNodeImpl. loadObjectDependencyType(CompileContext compileContext)===================== ObjectDependencyNode ==============================ObjectDependencyTypeManagedObjectFunctionDependencyNodeImpl. loadObjectDependencyType(CompileContext compileContext)===================== ObjectDependencyNode ============================== -
Uses of ObjectDependencyType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ObjectDependencyType Modifier and Type Method Description ObjectDependencyTypeFunctionObjectNode. loadObjectDependencyType(CompileContext compileContext)Loads theObjectDependencyType.ObjectDependencyTypeManagedObjectDependencyNode. loadObjectDependencyType(CompileContext compileContext)Loads theObjectDependencyType.ObjectDependencyTypeManagedObjectFunctionDependencyNode. loadObjectDependencyType(CompileContext compileContext)Loads theObjectDependencyType. -
Uses of ObjectDependencyType in net.officefloor.compile.object
Methods in net.officefloor.compile.object that return ObjectDependencyType Modifier and Type Method Description ObjectDependencyType[]DependentObjectType. getObjectDependencies()Obtains theObjectDependencyTypeinstances for this dependent object. -
Uses of ObjectDependencyType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return ObjectDependencyType Modifier and Type Method Description ObjectDependencyType[]OfficeFunctionType. getObjectDependencies()Obtains theObjectDependencyTypeinstances that thisOfficeSectionFunctionis dependent upon.
-