Uses of Interface
net.officefloor.compile.spi.managedfunction.source.ManagedFunctionSourceProperty
-
Packages that use ManagedFunctionSourceProperty Package Description net.officefloor.compile.spi.managedfunction.source net.officefloor.compile.spi.managedfunction.source.impl -
-
Uses of ManagedFunctionSourceProperty in net.officefloor.compile.spi.managedfunction.source
Methods in net.officefloor.compile.spi.managedfunction.source that return ManagedFunctionSourceProperty Modifier and Type Method Description ManagedFunctionSourceProperty[]
ManagedFunctionSourceSpecification. getProperties()
Obtains the specification of the properties for theManagedFunctionSource
. -
Uses of ManagedFunctionSourceProperty in net.officefloor.compile.spi.managedfunction.source.impl
Classes in net.officefloor.compile.spi.managedfunction.source.impl that implement ManagedFunctionSourceProperty Modifier and Type Class Description class
ManagedFunctionSourcePropertyImpl
ManagedFunctionSourceProperty
implementation.Methods in net.officefloor.compile.spi.managedfunction.source.impl with parameters of type ManagedFunctionSourceProperty Modifier and Type Method Description void
AbstractManagedFunctionSource.SpecificationContext. addProperty(ManagedFunctionSourceProperty property)
Adds a property.
-