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