public class Binding extends Object
| Constructor and Description |
|---|
Binding() |
| Modifier and Type | Method and Description |
|---|---|
Argument |
forName(String name)
Look up an argument by name
|
Argument |
forPosition(int position)
Look up an argument by position
|
String |
toString() |
public Argument forName(String name)
name - the key to lookup the value ofpublic Argument forPosition(int position)
position - starts at 0, not 1Copyright © 2025. All rights reserved.