Interface SectionSourceSpecification
public interface SectionSourceSpecification
Provides the specification of the
SectionType to be loaded by the
particular SectionSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the specification of the properties for theSectionType.
-
Method Details
-
getProperties
SectionSourceProperty[] getProperties()Obtains the specification of the properties for theSectionType.- Returns:
- Property specification.
-