edu.indiana.iucbrf.feature
Interface FeatureKey

All Superinterfaces:
java.io.Serializable, SwingRepresentable
All Known Implementing Classes:
FeatureKeyInt, FeatureKeyObj

public interface FeatureKey
extends java.io.Serializable, SwingRepresentable

The unique (across the Domain) identifier for a feature.


Field Summary
 
Fields inherited from interface edu.indiana.util.swing.SwingRepresentable
TITLE_FONT
 
Method Summary
 java.lang.String toSimpleString()
          Returns a simplified String representation of this FeatureKey.
 
Methods inherited from interface edu.indiana.util.swing.SwingRepresentable
toSwing
 

Method Detail

toSimpleString

java.lang.String toSimpleString()
Returns a simplified String representation of this FeatureKey. This is used, for example, in the construction of database queries involving a FeatureKey.