net.officefloor.frame.internal.configuration
Interface TeamConfiguration<TS extends TeamSource>

All Known Implementing Classes:
TeamBuilderImpl

public interface TeamConfiguration<TS extends TeamSource>

Configuration of a Team.

Author:
Daniel Sagenschneider

Method Summary
 SourceProperties getProperties()
          Obtains the SourceProperties for initialising the TeamSource.
 String getTeamName()
          Obtains the name of the Team.
 Class<TS> getTeamSourceClass()
          Obtains the Class of the TeamSource.
 

Method Detail

getTeamName

String getTeamName()
Obtains the name of the Team.

Returns:
Name of the Team.

getTeamSourceClass

Class<TS> getTeamSourceClass()
Obtains the Class of the TeamSource.

Returns:
Class of the TeamSource.

getProperties

SourceProperties getProperties()
Obtains the SourceProperties for initialising the TeamSource.

Returns:
SourceProperties for initialising the TeamSource.


Copyright © 2005-2013. All Rights Reserved.