jcama
Class ScopeName

java.lang.Object
  extended by jcama.ScopeName

public class ScopeName
extends java.lang.Object

Represents the canonical name of a scope _or_ a list of short scope names


Field Summary
protected  java.util.Vector scopeName
           
 
Constructor Summary
ScopeName()
           
 
Method Summary
 ScopeName addSuffix(java.lang.Integer scopeid)
           
 java.lang.Integer get(int i)
           
 int getLength()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

scopeName

protected java.util.Vector scopeName
Constructor Detail

ScopeName

public ScopeName()
Method Detail

addSuffix

public ScopeName addSuffix(java.lang.Integer scopeid)

get

public java.lang.Integer get(int i)

getLength

public int getLength()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object