pobs.action
Class PString

java.lang.Object
  extended bypobs.action.PString

public class PString
extends java.lang.Object

This class wraps the Stringobject and offers a number of methods which return PActionobjects which can

Author:
Martijn W. van der Lee

Constructor Summary
PString()
           
PString(java.lang.String string)
           
 
Method Summary
 PAction clear()
           
 PAction concat()
           
 PAction concat(java.lang.String constant)
           
 java.lang.String get()
           
 PAction set()
           
 PAction set(java.lang.String constant)
           
 PAction toLowerCase()
           
 PAction toLowerCase(java.util.Locale locale)
           
 java.lang.String toString()
           
 PAction toUpperCase()
           
 PAction toUpperCase(java.util.Locale locale)
           
 PAction trim()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PString

public PString()

PString

public PString(java.lang.String string)
Method Detail

get

public java.lang.String get()

toString

public java.lang.String toString()

set

public PAction set()

set

public PAction set(java.lang.String constant)

concat

public PAction concat()

concat

public PAction concat(java.lang.String constant)

clear

public PAction clear()

trim

public PAction trim()

toLowerCase

public PAction toLowerCase()

toLowerCase

public PAction toLowerCase(java.util.Locale locale)

toUpperCase

public PAction toUpperCase()

toUpperCase

public PAction toUpperCase(java.util.Locale locale)