Interface TypeModeAccessor.TypeModeMutator

All Known Subinterfaces:
TypeModeAccessor.TypeModeProperty
Enclosing interface:
TypeModeAccessor

public static interface TypeModeAccessor.TypeModeMutator
Provides a mutator for a type mode property.
  • Method Summary

    Modifier and Type Method Description
    void setTypeMode​(SimpleType aTypeMode)
    Sets the type mode for the type mode property.
  • Method Details

    • setTypeMode

      void setTypeMode​(SimpleType aTypeMode)
      Sets the type mode for the type mode property.
      Parameters:
      aTypeMode - The type mode to be stored by the type mode property.