cmu.survey.editor.manipulators
Class StackTable.StackPatternStub

java.lang.Object
  extended by cmu.survey.editor.manipulators.StackTable.StackPatternStub
All Implemented Interfaces:
StackTable.StackPattern
Direct Known Subclasses:
StackTable.MultipleStackPattern, StackTable.RigidStackPattern, StackTable.StartsWithStackPattern
Enclosing class:
StackTable

public abstract static class StackTable.StackPatternStub
extends java.lang.Object
implements StackTable.StackPattern


Field Summary
protected  java.lang.String type
           
 
Constructor Summary
StackTable.StackPatternStub(java.lang.String type)
           
 
Method Summary
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cmu.survey.editor.manipulators.StackTable.StackPattern
getNewColumnName, matches
 

Field Detail

type

protected java.lang.String type
Constructor Detail

StackTable.StackPatternStub

public StackTable.StackPatternStub(java.lang.String type)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface StackTable.StackPattern