public abstract class SourceDefinition
extends java.lang.Object
Source
with which it is associated. Every Source
has an associated SourceDefinition
. The only subclass of SourceDefinition
that appears in this documentation is DynamicDefinition
because it is the only one that is used by a client application.Modifier and Type | Method and Description |
---|---|
DataProvider |
getDataProvider()
Gets the
DataProvider that produced the Source that is associated with the SourceDefinition . |
Source |
getSource()
Gets the
Source associated with the SourceDefinition . |
public final DataProvider getDataProvider()
DataProvider
that produced the Source
that is associated with the SourceDefinition
.DataProvider
that produced the Source
that is associated with the SourceDefinition
.public final Source getSource()
Source
associated with the SourceDefinition
.Source
associated with the SourceDefinition
.