public class Argument
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Argument.Direction |
| Modifier and Type | Field and Description |
|---|---|
Argument.Direction |
direction |
java.lang.String |
name |
java.lang.String |
relatedStateVariableName |
| Modifier and Type | Method and Description |
|---|---|
StateVariable |
getRelatedStateVariable()
The related service state variable for this
ServiceActionArgument
|
java.lang.String |
toString() |
public final java.lang.String name
public final Argument.Direction direction
public final java.lang.String relatedStateVariableName
public StateVariable getRelatedStateVariable()
public java.lang.String toString()
toString in class java.lang.Object