Class DSLTextEditorContent
- java.lang.Object
-
- org.drools.workbench.screens.dsltext.model.DSLTextEditorContent
-
public class DSLTextEditorContent extends Object
-
-
Constructor Summary
Constructors Constructor Description DSLTextEditorContent()DSLTextEditorContent(String model, org.guvnor.common.services.shared.metadata.model.Overview overview)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModel()org.guvnor.common.services.shared.metadata.model.OverviewgetOverview()
-
-
-
Constructor Detail
-
DSLTextEditorContent
public DSLTextEditorContent()
-
DSLTextEditorContent
public DSLTextEditorContent(String model, org.guvnor.common.services.shared.metadata.model.Overview overview)
-
-
Method Detail
-
getModel
public String getModel()
-
getOverview
public org.guvnor.common.services.shared.metadata.model.Overview getOverview()
-
-