Uses of Interface
net.officefloor.compile.type.AnnotatedType
-
-
Uses of AnnotatedType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement AnnotatedType Modifier and Type Class Description classManagedFunctionFlowTypeImpl<F extends java.lang.Enum<F>>ManagedFunctionFlowTypeimplementation.classManagedFunctionObjectTypeImpl<M extends java.lang.Enum<M>>ManagedFunctionObjectTypeimplementation.classManagedFunctionTypeImpl<M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>ManagedFunctionTypeimplementation. -
Uses of AnnotatedType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement AnnotatedType Modifier and Type Class Description classManagedObjectDependencyTypeImpl<D extends java.lang.Enum<D>>ManagedObjectDependencyTypeimplementation. -
Uses of AnnotatedType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement AnnotatedType Modifier and Type Class Description classOfficeSectionInputTypeImplOfficeAvailableSectionInputTypeimplementation.classOfficeSectionOutputTypeImplOfficeSectionOutputTypeimplementation.classSectionInputTypeImplSectionInputTypeimplementation.classSectionObjectTypeImplSectionObjectTypeimplementation.classSectionOutputTypeImplSectionOutputTypeimplementation. -
Uses of AnnotatedType in net.officefloor.compile.managedfunction
Subinterfaces of AnnotatedType in net.officefloor.compile.managedfunction Modifier and Type Interface Description interfaceManagedFunctionFlowType<F extends java.lang.Enum<F>>interfaceManagedFunctionObjectType<M extends java.lang.Enum<M>>interfaceManagedFunctionType<M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>Type definitionof aManagedFunction. -
Uses of AnnotatedType in net.officefloor.compile.managedobject
Subinterfaces of AnnotatedType in net.officefloor.compile.managedobject Modifier and Type Interface Description interfaceManagedObjectDependencyType<D extends java.lang.Enum<D>>Type definitionof a dependency required by theManagedObject. -
Uses of AnnotatedType in net.officefloor.compile.section
Subinterfaces of AnnotatedType in net.officefloor.compile.section Modifier and Type Interface Description interfaceOfficeSectionInputTypeType definitionof theOfficeSectionInput.interfaceOfficeSectionOutputTypeType definitionof theOfficeSectionOutput.interfaceSectionInputTypeType definitionof an input for aSectionType.interfaceSectionObjectTypeinterfaceSectionOutputTypeType definitionof an output for aSectionType. -
Uses of AnnotatedType in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow that return AnnotatedType Modifier and Type Method Description AnnotatedTypeClassSectionFlowManufacturerContext. getAnnotatedType()Obtains theAnnotatedTypeofSectionFlowSourceNode. -
Uses of AnnotatedType in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object that return AnnotatedType Modifier and Type Method Description AnnotatedTypeClassSectionObjectManufacturerContext. getAnnotatedType()Obtains theAnnotatedTypeofSectionDependencyRequireNode.
-