RSE
Release 1.0

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

java.lang.Object
  extended byorg.eclipse.rse.services.clientserver.java.AbstractCPInfo
      extended byorg.eclipse.rse.services.clientserver.java.ClassInfo
Direct Known Subclasses:
NameAndTypeInfo

public class ClassInfo
extends AbstractCPInfo

This class represents class information.


Field Summary
protected  int nameIndex
           
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
tag
 
Constructor Summary
ClassInfo(short tag, int nameIndex)
          Constructor.
 
Method Summary
 int getNameIndex()
          Returns the name index.
 
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

nameIndex

protected int nameIndex
Constructor Detail

ClassInfo

public ClassInfo(short tag,
                 int nameIndex)
Constructor.

Parameters:
tag - the tag.
nameIndex - the name index.
Method Detail

getNameIndex

public int getNameIndex()
Returns the name index.

Returns:
the name index.

RSE
Release 1.0

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