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 class
ManagedFunctionFlowTypeImpl<F extends java.lang.Enum<F>>
ManagedFunctionFlowType
implementation.class
ManagedFunctionObjectTypeImpl<M extends java.lang.Enum<M>>
ManagedFunctionObjectType
implementation.class
ManagedFunctionTypeImpl<M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
ManagedFunctionType
implementation. -
Uses of AnnotatedType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement AnnotatedType Modifier and Type Class Description class
ManagedObjectDependencyTypeImpl<D extends java.lang.Enum<D>>
ManagedObjectDependencyType
implementation. -
Uses of AnnotatedType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement AnnotatedType Modifier and Type Class Description class
OfficeSectionInputTypeImpl
OfficeAvailableSectionInputType
implementation.class
OfficeSectionOutputTypeImpl
OfficeSectionOutputType
implementation.class
SectionInputTypeImpl
SectionInputType
implementation.class
SectionObjectTypeImpl
SectionObjectType
implementation.class
SectionOutputTypeImpl
SectionOutputType
implementation. -
Uses of AnnotatedType in net.officefloor.compile.managedfunction
Subinterfaces of AnnotatedType in net.officefloor.compile.managedfunction Modifier and Type Interface Description interface
ManagedFunctionFlowType<F extends java.lang.Enum<F>>
interface
ManagedFunctionObjectType<M extends java.lang.Enum<M>>
interface
ManagedFunctionType<M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
Type definition
of aManagedFunction
. -
Uses of AnnotatedType in net.officefloor.compile.managedobject
Subinterfaces of AnnotatedType in net.officefloor.compile.managedobject Modifier and Type Interface Description interface
ManagedObjectDependencyType<D extends java.lang.Enum<D>>
Type definition
of 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 interface
OfficeSectionInputType
Type definition
of theOfficeSectionInput
.interface
OfficeSectionOutputType
Type definition
of theOfficeSectionOutput
.interface
SectionInputType
Type definition
of an input for aSectionType
.interface
SectionObjectType
interface
SectionOutputType
Type definition
of 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 AnnotatedType
ClassSectionFlowManufacturerContext. getAnnotatedType()
Obtains theAnnotatedType
ofSectionFlowSourceNode
. -
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 AnnotatedType
ClassSectionObjectManufacturerContext. getAnnotatedType()
Obtains theAnnotatedType
ofSectionDependencyRequireNode
.
-