public class Argument extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Argument.Type |
| Constructor and Description |
|---|
Argument(Argument.Type aType,
String aArgument) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgument() |
boolean |
isInputField() |
boolean |
isJobConst() |
boolean |
isValue() |
boolean |
isVariable() |
public Argument(Argument.Type aType, String aArgument)
public boolean isValue()
public boolean isInputField()
public boolean isJobConst()
public boolean isVariable()
public String getArgument()
Copyright © 2025. All rights reserved.