ecologylab.xml.types.element
Interface Mappable<T>

All Known Implementing Classes:
AuthenticationListEntry, Description, Pref, PrefBoolean, PrefColor, PrefElementState, PrefFile, PrefFloat, PrefInt, PrefString, SVData

public interface Mappable<T>

Implemented by objects that provide a key for automatic insertion into a Map.

Author:
andruid

Method Summary
 T key()
           
 

Method Detail

key

T key()