Interface SectionSourceSpecification
-
public interface SectionSourceSpecificationProvides the specification of theSectionTypeto be loaded by the particularSectionSource.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionSourceProperty[]getProperties()Obtains the specification of the properties for theSectionType.
-
-
-
Method Detail
-
getProperties
SectionSourceProperty[] getProperties()
Obtains the specification of the properties for theSectionType.- Returns:
- Property specification.
-
-