Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectSourceProperty
-
-
Uses of ManagedObjectSourceProperty in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ManagedObjectSourceProperty Modifier and Type Class Description class
PropertyNode
Node identifying anProperty
. -
Uses of ManagedObjectSourceProperty in net.officefloor.compile.officefloor
Subinterfaces of ManagedObjectSourceProperty in net.officefloor.compile.officefloor Modifier and Type Interface Description interface
OfficeFloorManagedObjectSourcePropertyType
-
Uses of ManagedObjectSourceProperty in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source that return ManagedObjectSourceProperty Modifier and Type Method Description ManagedObjectSourceProperty[]
ManagedObjectSourceSpecification. getProperties()
Obtains the specification of the properties for theManagedObjectSource
. -
Uses of ManagedObjectSourceProperty in net.officefloor.frame.api.managedobject.source.impl
Classes in net.officefloor.frame.api.managedobject.source.impl that implement ManagedObjectSourceProperty Modifier and Type Class Description class
ManagedObjectSourcePropertyImpl
Implementation of theManagedObjectSourceProperty
.Methods in net.officefloor.frame.api.managedobject.source.impl with parameters of type ManagedObjectSourceProperty Modifier and Type Method Description void
AbstractAsyncManagedObjectSource.SpecificationContext. addProperty(ManagedObjectSourceProperty property)
Adds a property.
-