bt747.lang
Class Txt_es

java.lang.Object
  extended by bt747.lang.Txt_es
All Implemented Interfaces:
TxtInterface

public final class Txt_es
extends java.lang.Object
implements TxtInterface

Author:
Mario De Weerd traducido por (translated by) Allsts. allststr@terra.es Class to provide language specific strings.

Constructor Summary
Txt_es()
           
 
Method Summary
 java.lang.String getLogFmtItem(int i)
           
 java.lang.String getRcrString(int i)
           
 java.lang.String getTranslation(int i)
           
 java.lang.String getValidString(int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Txt_es

public Txt_es()
Method Detail

getRcrString

public final java.lang.String getRcrString(int i)
Specified by:
getRcrString in interface TxtInterface

getValidString

public final java.lang.String getValidString(int i)
Specified by:
getValidString in interface TxtInterface

getLogFmtItem

public final java.lang.String getLogFmtItem(int i)
Specified by:
getLogFmtItem in interface TxtInterface

getTranslation

public final java.lang.String getTranslation(int i)
Specified by:
getTranslation in interface TxtInterface