Package io.adminshell.aas.v3.model
Interface OperationVariable
-
- All Known Implementing Classes:
DefaultOperationVariable
public interface OperationVariableAn operation variable is a submodel element that is used as input or output variable of an operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubmodelElementgetValue()Describes the needed argument for an operation via a submodel element of kind=Template.voidsetValue(SubmodelElement value)Describes the needed argument for an operation via a submodel element of kind=Template.
-
-
-
Method Detail
-
getValue
SubmodelElement getValue()
Describes the needed argument for an operation via a submodel element of kind=Template. The submodel element value of an operation variable shall be of kind=Template. More information under https://admin-shell.io/aas/3/0/RC01/OperationVariable/value- Returns:
- Returns the SubmodelElement for the property value.
-
setValue
void setValue(SubmodelElement value)
Describes the needed argument for an operation via a submodel element of kind=Template. The submodel element value of an operation variable shall be of kind=Template. More information under https://admin-shell.io/aas/3/0/RC01/OperationVariable/value- Parameters:
value- desired value for the property value.
-
-