public final class MethodNodeProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Argument[]> |
InputArguments
The InputArguments Property is used to specify the arguments that shall
be used by a client when calling the Method.
|
static QualifiedProperty<String> |
NodeVersion
The NodeVersion Property is used to indicate the version of a Node.
|
static QualifiedProperty<Argument[]> |
OutputArguments
The OutputArguments Property specifies the result returned from the
Method call.
|
public static final QualifiedProperty<String> NodeVersion
The NodeVersion Property is updated each time a Reference is added or removed from the Node the Property belongs to.
Although the relationship of a Variable to its DataType is not modelled using References, changes to the DataType Attribute of a Variable lead to an update of the NodeVersion Property.
The usage of this Property is optional.
public static final QualifiedProperty<Argument[]> InputArguments
public static final QualifiedProperty<Argument[]> OutputArguments
Copyright © 2025. All rights reserved.