org.jbpm.pvm.internal.lob
Class CharChop

java.lang.Object
  extended by org.jbpm.pvm.internal.lob.Chop
      extended by org.jbpm.pvm.internal.lob.CharChop
All Implemented Interfaces:
java.io.Serializable

public class CharChop
extends Chop

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String text
           
 
Fields inherited from class org.jbpm.pvm.internal.lob.Chop
dbid
 
Constructor Summary
CharChop(java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class org.jbpm.pvm.internal.lob.Chop
getDbid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

protected java.lang.String text
Constructor Detail

CharChop

public CharChop(java.lang.String text)
Method Detail

getText

public java.lang.String getText()


Copyright © 2010 JBoss Community. All Rights Reserved.