Package org.drools.model
Interface DataSourceDefinition
-
- All Known Implementing Classes:
DataSourceDefinitionImpl
public interface DataSourceDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()booleanisObservable()
-
-
-
Method Detail
-
getName
String getName()
-
isObservable
boolean isObservable()
-
-