SynSoft Java Standard Library

synsoft.org


org.synsoft.text
Interface TokenLookup


public interface TokenLookup

This interface provides a simple behaviour for looking up string tokens.


Field Summary
static Version scm_version
          Constant instance of version information for interface.
 
Method Summary
 java.lang.String lookupToken(java.lang.String token)
          Returns the corresponding string for a given token.
 

Field Detail

scm_version

public static final Version scm_version
Constant instance of version information for interface.
Method Detail

lookupToken

public java.lang.String lookupToken(java.lang.String token)
Returns the corresponding string for a given token.
Returns:
String reference to corresponding value, or null if not found.

version 2.0.1.231

Copyright © Synesis Software. Licensed according to the Synesis Software Standard Public License