| Modifier and Type | Method and Description | 
|---|---|
| static Pick | Pick. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Pick[] | Pick. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract String | Translator.ScriptTranslator.AbstractTypeTranslator. getSyntax(Pick o)Take the  Pickargument and convert it to a string representation in the target language. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<Pick,List<Traversal.Admin<S,E>>> | BranchStep. traversalPickOptions | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UnionStep. addChildOption(Pick pickToken,
              Traversal.Admin<S,E> traversalOption) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | PythonTranslator.DefaultTypeTranslator. getSyntax(Pick o) | 
| protected String | GroovyTranslator.DefaultTypeTranslator. getSyntax(Pick o) | 
| protected String | GolangTranslator.DefaultTypeTranslator. getSyntax(Pick o) | 
| protected String | JavascriptTranslator.DefaultTypeTranslator. getSyntax(Pick o) | 
| protected String | DotNetTranslator.DefaultTypeTranslator. getSyntax(Pick o) | 
| Modifier and Type | Field and Description | 
|---|---|
| static EnumSerializer<Pick> | EnumSerializer. PickSerializer | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.