Interface WithExtendedName

All Superinterfaces:
Cloneable, eu.mihosoft.vmf.runtime.core.VObject
All Known Subinterfaces:
PortInfo, ReadOnlyWithExtendedName
All Known Implementing Classes:
PortInfoImpl

public interface WithExtendedName extends eu.mihosoft.vmf.runtime.core.VObject, Cloneable
An interface-only representation of the model object eu.mihosoft.devcom.WithExtendedName.
  • Method Details

    • getExtendedName

      String getExtendedName()
      Returns the value of the 'extendedName' property.

      The extended port name, e.g., 'COM3 - Arduino UNO'

      Returns:
      the value of the 'extendedName' property.
      See Also:
      • eu.mihosoft.devcom.WithExtendedName#setExtendedName(java.lang.String)
    • asReadOnly

      Returns a read-only wrapper of 'WithExtendedName'
      Specified by:
      asReadOnly in interface eu.mihosoft.vmf.runtime.core.VObject
      Returns:
      a read-only wrapper of 'WithExtendedName'
    • clone

      Returns a deep clone of this object.
      Specified by:
      clone in interface eu.mihosoft.vmf.runtime.core.VObject
      Returns:
      a deep clone of this object