org.mmbase.datatypes.processors.xml
Class FieldSetString
java.lang.Object
org.mmbase.datatypes.processors.xml.FieldSetString
- All Implemented Interfaces:
- Serializable, Processor
public class FieldSetString
- extends Object
- implements Processor
This class implements the `get' for XML field with specialization 'field'. They look like ASCII,
if accessed by setString, getString.
This can be used if the XML features of a certain field are only used in certain extensions only,
but must look like String in the base class. So, it allows you to have the db-type XML without
noticing it too much.
- Since:
- MMBase-1.8
- Version:
- $Id: FieldSetString.java 41987 2010-04-20 16:14:35Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREF
protected static final String PREF
- See Also:
- Constant Field Values
POST
protected static final String POST
- See Also:
- Constant Field Values
FieldSetString
public FieldSetString()
process
public Object process(Node node,
Field field,
Object value)
- Specified by:
process in interface Processor
- Parameters:
node - The node object for which the field must be transformed.field - The field which is set.value - The (new) field value.
MMBase 2.0-SNAPSHOT - null