Uses of Interface
net.officefloor.frame.api.team.source.TeamSourceProperty
-
-
Uses of TeamSourceProperty in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement TeamSourceProperty Modifier and Type Class Description class
PropertyNode
Node identifying anProperty
. -
Uses of TeamSourceProperty in net.officefloor.compile.officefloor
Subinterfaces of TeamSourceProperty in net.officefloor.compile.officefloor Modifier and Type Interface Description interface
OfficeFloorTeamSourcePropertyType
-
Uses of TeamSourceProperty in net.officefloor.frame.api.team.source
Methods in net.officefloor.frame.api.team.source that return TeamSourceProperty Modifier and Type Method Description TeamSourceProperty[]
TeamSourceSpecification. getProperties()
Obtains the specification of the properties for theTeamSource
. -
Uses of TeamSourceProperty in net.officefloor.frame.api.team.source.impl
Classes in net.officefloor.frame.api.team.source.impl that implement TeamSourceProperty Modifier and Type Class Description class
TeamSourcePropertyImpl
TeamSourceProperty
implementation.Methods in net.officefloor.frame.api.team.source.impl with parameters of type TeamSourceProperty Modifier and Type Method Description void
AbstractTeamSource.SpecificationContext. addProperty(TeamSourceProperty property)
Adds a property.
-