Interface TeamSourceSpecification
-
public interface TeamSourceSpecification
Specification of aTeamSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TeamSourceProperty[]
getProperties()
Obtains the specification of the properties for theTeamSource
.
-
-
-
Method Detail
-
getProperties
TeamSourceProperty[] getProperties()
Obtains the specification of the properties for theTeamSource
.- Returns:
- Property specification.
-
-