|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImportSettings
Interface for the generic import settings that a pluggable importer module can query the value of.
| Field Summary | |
|---|---|
static int |
DETAIL_CLASSIFIER
Import only classifiers |
static int |
DETAIL_CLASSIFIER_FEATURE
Import classifiers and their features |
static int |
DETAIL_FULL
Import full detail |
| Method Summary | |
|---|---|
int |
getImportLevel()
|
java.lang.String |
getInputSourceEncoding()
|
boolean |
isAttributeSelected()
Deprecated. for 0.25.6 by tfmorris. This is a Java-specific setting that was inadvertantly included in the interface for 0.24. Not intended for public use. Instead use the Settings interface to importer-specific settings. |
boolean |
isCreateDiagramsSelected()
Deprecated. for 0.25.6 by tfmorris. This is handled by the import framework so specific importers don't need to worry about it. |
boolean |
isDatatypeSelected()
Deprecated. for 0.25.6 by tfmorris. This is a Java-specific setting that was inadvertantly included in the interface for 0.24. Not intended for public use. Instead use the Settings interface to importer-specific settings. |
boolean |
isMinimizeFigsSelected()
Deprecated. for 0.25.6 by tfmorris. This is handled by the import framework so specific importers don't need to worry about it. |
| Field Detail |
|---|
static final int DETAIL_CLASSIFIER
static final int DETAIL_CLASSIFIER_FEATURE
static final int DETAIL_FULL
| Method Detail |
|---|
int getImportLevel()
java.lang.String getInputSourceEncoding()
@Deprecated boolean isAttributeSelected()
@Deprecated boolean isDatatypeSelected()
@Deprecated boolean isCreateDiagramsSelected()
@Deprecated boolean isMinimizeFigsSelected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |