public class AutoAnnotation
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AutoAnnotation.LaunchMode |
| Constructor | Description |
|---|---|
AutoAnnotation() |
| Modifier and Type | Method | Description |
|---|---|---|
AutoAnnotator[] |
getAutoAnnotators() |
|
AutoAnnotation.LaunchMode |
getLaunchMode() |
|
boolean |
isEnabled() |
|
void |
setAutoAnnotators(AutoAnnotator[] autoAnnotators) |
|
void |
setEnabled(boolean enabled) |
|
void |
setLaunchMode(AutoAnnotation.LaunchMode launchMode) |
public AutoAnnotator[] getAutoAnnotators()
public void setAutoAnnotators(AutoAnnotator[] autoAnnotators)
autoAnnotators - the autoAnnotators to setpublic AutoAnnotation.LaunchMode getLaunchMode()
public void setLaunchMode(AutoAnnotation.LaunchMode launchMode)
launchMode - the launchMode to setpublic boolean isEnabled()
public void setEnabled(boolean enabled)