Interface HasMutableName

All Superinterfaces:
HasName
All Known Subinterfaces:
MutableEntity, MutableEntityExtended, MutableExternalEntity
All Known Implementing Classes:
MutableEntityExtendedImp, MutableExternalEntityImp

public interface HasMutableName extends HasName
Mixin indicating the class has a name. A name is a human-readable identifier of an entity.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    String representation of the property associated with the mixin.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    name(String name)
     

    Methods inherited from interface net.tangly.core.HasName

    name
  • Field Details

  • Method Details

    • name

      void name(String name)