| Modifier and Type | Method and Description |
|---|---|
static EGoToLocationValues |
EGoToLocationValues.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EGoToLocationValues[] |
EGoToLocationValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EditorGotoLocationOptions |
EditorGotoLocationOptions.setMultiple(EGoToLocationValues multiple) |
EditorGotoLocationOptions |
EditorGotoLocationOptions.setMultipleDeclarations(EGoToLocationValues multipleDeclarations) |
EditorGotoLocationOptions |
EditorGotoLocationOptions.setMultipleDefinitions(EGoToLocationValues multipleDefinitions) |
EditorGotoLocationOptions |
EditorGotoLocationOptions.setMultipleImplementations(EGoToLocationValues multipleImplementations) |
EditorGotoLocationOptions |
EditorGotoLocationOptions.setMultipleReferences(EGoToLocationValues multipleReferences) |
EditorGotoLocationOptions |
EditorGotoLocationOptions.setMultipleTypeDefinitions(EGoToLocationValues multipleTypeDefinitions) |
Copyright © 2011–2021. All rights reserved.