Package 

Class Content.AttributeKey


  • 
    public final class Content.AttributeKey<V extends Object>
    
                        

    An attribute key uniquely an attribute.

    The V phantom type is there to perform static type checking when requesting an attribute.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String id
    • Method Summary

      Modifier and Type Method Description
      final String getId()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Content.AttributeKey

        Content.AttributeKey(String id)