Interface SectionSourceSpecification
-
public interface SectionSourceSpecification
Provides the specification of theSectionType
to 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.
-
-