edu.berkeley.guir.papier_mache.assoc
Class StringWrapper

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.assoc.AssociationElt
      extended by edu.berkeley.guir.papier_mache.assoc.AssociationNoun
          extended by edu.berkeley.guir.papier_mache.assoc.AssociationWrapper
              extended by edu.berkeley.guir.papier_mache.assoc.StringWrapper
All Implemented Interfaces:
edu.berkeley.guir.lib.util.ToShortStringable

public class StringWrapper
extends AssociationWrapper

This software is distributed under the Berkeley Software License.

Author:
Scott Klemmer ( srk(AT)cs.berkeley.edu )

Constructor Summary
StringWrapper()
          This constructor should only be used when unmarshalling a classifier from an XML file.
StringWrapper(java.lang.String string)
           
 
Method Summary
 void phobRemoved()
           
 void setParameter(java.lang.String paramName, java.lang.String paramValue)
          StringWrappers have an "object parameter", the value of which is a class name.
 
Methods inherited from class edu.berkeley.guir.papier_mache.assoc.AssociationWrapper
getWrappedOject, phobAdded, phobUpdated, setWrappedOject
 
Methods inherited from class edu.berkeley.guir.papier_mache.assoc.AssociationElt
toShortString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringWrapper

public StringWrapper()
This constructor should only be used when unmarshalling a classifier from an XML file.


StringWrapper

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

phobRemoved

public void phobRemoved()
Overrides:
phobRemoved in class AssociationWrapper

setParameter

public void setParameter(java.lang.String paramName,
                         java.lang.String paramValue)
StringWrappers have an "object parameter", the value of which is a class name.

Overrides:
setParameter in class AssociationWrapper
Parameters:
paramName - the name of the parameter to set
paramValue - the value of the parameter