Class TLcdISO19119Operation

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19119Operation extends TLcdISO19118Object
Specifies a transformation on the state of the target object or a query that returns a value to the caller of the operation. an operation shall be an abstract description of an action supported by the interface. operations contain parameters.
Since:
2017.0
  • Field Details

    • OPERATION_NAME_PROPERTY

      public static final TLcdDataProperty OPERATION_NAME_PROPERTY
      Data property that maps to the operationName element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19103MemberName>.
    • DEPENDS_ON_PROPERTY

      public static final TLcdDataProperty DEPENDS_ON_PROPERTY
      Data property that maps to the dependsOn element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19119Operation>>.
    • PARAMETER_PROPERTY

      public static final TLcdDataProperty PARAMETER_PROPERTY
      Data property that maps to the parameter element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19119Parameter>.
  • Constructor Details

    • TLcdISO19119Operation

      public TLcdISO19119Operation()
    • TLcdISO19119Operation

      public TLcdISO19119Operation(TLcdDataType aType)
  • Method Details

    • getOperationName

      public TLcdISO19103MemberName getOperationName()
      Returns the role value contained in the value of the OPERATION_NAME_PROPERTY property. Returns null if the value of the OPERATION_NAME_PROPERTY property is null.
      Returns:
      the role value of the OPERATION_NAME_PROPERTY property.
      See Also:
    • setOperationName

      public void setOperationName(TLcdISO19103MemberName aValue)
      Sets the value of the property that maps to the operationName element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the OPERATION_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the OPERATION_NAME_PROPERTY property.
    • getDependsOn

      public List<TLcdISO19119Operation> getDependsOn()
      Gets the value of the DEPENDS_ON_PROPERTY property adapted to a list of TLcdISO19119Operation instances.
      Returns:
      the value of the DEPENDS_ON_PROPERTY property adapted to a list of TLcdISO19119Operation instances.
      See Also:
    • getParameter

      public TLcdISO19119Parameter getParameter()
      Returns the role value contained in the value of the PARAMETER_PROPERTY property. Returns null if the value of the PARAMETER_PROPERTY property is null.
      Returns:
      the role value of the PARAMETER_PROPERTY property.
      See Also:
    • setParameter

      public void setParameter(TLcdISO19119Parameter aValue)
      Sets the value of the property that maps to the parameter element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the PARAMETER_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the PARAMETER_PROPERTY property.