Interface Named<N>

All Known Subinterfaces:
CompoundTokenization
All Known Implementing Classes:
AbstractDelimiterCompoundTokenization, CamelCase, DefaultComparableIDNamed, DefaultComparableNamed, DefaultIDNamed, DefaultIDNameDescriptioned, DefaultNamed, Host, MediaType.Parameter, MessageDigests.Algorithm, NameValuePair, NameValuePairMapEntry, SIPrefix, URIQueryParameter

public interface Named<N>
An object that has a name.

A name is considered to be semantically similar to an id, which may or may not be for human consumption, but has weaker unique constraints.

Author:
Garret Wilson
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getName

      N getName()
      Returns:
      The name of the object, or null if the object has no name.