Interface OfficeSourceSpecification
-
public interface OfficeSourceSpecification
Provides the specification of theOfficeType
to be loaded by the particularOfficeSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeSourceProperty[]
getProperties()
Obtains the specification of the properties for theOfficeType
.
-
-
-
Method Detail
-
getProperties
OfficeSourceProperty[] getProperties()
Obtains the specification of the properties for theOfficeType
.- Returns:
- Property specification.
-
-