RSE
Release 1.0

org.eclipse.rse.services.clientserver.java
Class StringInfo

java.lang.Object
  extended byorg.eclipse.rse.services.clientserver.java.AbstractCPInfo
      extended byorg.eclipse.rse.services.clientserver.java.StringInfo

public class StringInfo
extends AbstractCPInfo

This class represents a string information.


Field Summary
protected  int stringIndex
           
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
tag
 
Constructor Summary
StringInfo(short tag, int stringIndex)
          Constructor.
 
Method Summary
 int getStringIndex()
           
 
Methods inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringIndex

protected int stringIndex
Constructor Detail

StringInfo

public StringInfo(short tag,
                  int stringIndex)
Constructor.

Parameters:
tag - the tag.
stringIndex - the string index.
Method Detail

getStringIndex

public int getStringIndex()
Returns:
the stringIndex.

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.