Uses of Interface
net.officefloor.woof.model.teams.PropertySourceModel
-
Packages that use PropertySourceModel Package Description net.officefloor.woof.model.teams -
-
Uses of PropertySourceModel in net.officefloor.woof.model.teams
Classes in net.officefloor.woof.model.teams that implement PropertySourceModel Modifier and Type Class Description class
PropertyFileModel
class
PropertyModel
Methods in net.officefloor.woof.model.teams that return types with arguments of type PropertySourceModel Modifier and Type Method Description java.util.List<PropertySourceModel>
WoofTeamModel. getPropertySources()
Methods in net.officefloor.woof.model.teams with parameters of type PropertySourceModel Modifier and Type Method Description void
WoofTeamModel. addPropertySource(PropertySourceModel propertySource)
void
WoofTeamModel. removePropertySource(PropertySourceModel propertySource)
Constructors in net.officefloor.woof.model.teams with parameters of type PropertySourceModel Constructor Description WoofTeamModel(int teamSize, java.lang.String teamSourceClassName, java.lang.String qualifier, java.lang.String type, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification)
Convenience constructor.WoofTeamModel(int teamSize, java.lang.String teamSourceClassName, java.lang.String qualifier, java.lang.String type, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification, int x, int y)
Convenience constructor allowing XY initialising.
-