com.plumtree.server
Class PT_LOCALIZED_STRINGS_INDICES

java.lang.Object
  extended by com.plumtree.server.PT_LOCALIZED_STRINGS_INDICES

public final class PT_LOCALIZED_STRINGS_INDICES
extends java.lang.Object

Indices of the columns in the 2D array returned by IPTLocalizable. GetLocalizedNames() and IPTLocalizable.GetLocalizedDescriptions()

Author:
michaels
See Also:
IPTLocalizable

Field Summary
static int PT_LSINDEX_LANG
           
static int PT_LSINDEX_MAX_NUM_COLUMNS
           
static int PT_LSINDEX_STRING
           
 
Constructor Summary
PT_LOCALIZED_STRINGS_INDICES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_LSINDEX_LANG

public static final int PT_LSINDEX_LANG
See Also:
Constant Field Values

PT_LSINDEX_STRING

public static final int PT_LSINDEX_STRING
See Also:
Constant Field Values

PT_LSINDEX_MAX_NUM_COLUMNS

public static final int PT_LSINDEX_MAX_NUM_COLUMNS
See Also:
Constant Field Values
Constructor Detail

PT_LOCALIZED_STRINGS_INDICES

public PT_LOCALIZED_STRINGS_INDICES()