Interface NamespaceAccessor.NamespaceMutator

All Known Subinterfaces:
NamespaceAccessor.NamespaceProperty
Enclosing interface:
NamespaceAccessor

public static interface NamespaceAccessor.NamespaceMutator
Provides a mutator for a namespace property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setNamespace(String aNamespace)
    Sets the namespace for the namespace property.
  • Method Details

    • setNamespace

      void setNamespace(String aNamespace)
      Sets the namespace for the namespace property.
      Parameters:
      aNamespace - The namespace to be stored by the namespace property.