org.carrot2.util.attribute.constraint
Interface IValueHintMapping


public interface IValueHintMapping

This interface provides secondary mapping between enum constants, user-interface (user-friendly) names and attribute values. All these elements have their own constraints (enum constants must be valid Java identifiers, for example) and just overriding Enum.toString() method is not enough to provide this functionality.

See Also:
ValueHintMappingUtils

Method Summary
 String getAttributeValue()
           
 String getUserFriendlyName()
           
 

Method Detail

getUserFriendlyName

String getUserFriendlyName()

getAttributeValue

String getAttributeValue()


Copyright (c) Dawid Weiss, Stanislaw Osinski