com.teamkonzept.dom4jb.schema
Class TextDescriptor

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.beans.Property
        |
        +--com.teamkonzept.dom4jb.beans.SimpleProperty
              |
              +--com.teamkonzept.dom4jb.schema.TextDescriptor
All Implemented Interfaces:
Groupable

public class TextDescriptor
extends SimpleProperty


Field Summary
 
Fields inherited from class com.teamkonzept.dom4jb.beans.Property
IDENTITY, property
 
Constructor Summary
TextDescriptor(PropertyDescriptor property)
          Creates new TextDescriptor
TextDescriptor(String name, Class beanClass)
          Creates new TextDescriptor
 
Method Summary
 Node getContent(Document document, Object bean)
           
protected  DataDescriptor getDescriptor(Object obj)
          Liefert den Gruppendeskriptor, welcher die Property beschreibt.
 
Methods inherited from class com.teamkonzept.dom4jb.beans.SimpleProperty
getValue
 
Methods inherited from class com.teamkonzept.dom4jb.beans.Property
addTo, findMethod, getContentIterator, getObject, getProperty, setPropertyDescriptor, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextDescriptor

public TextDescriptor(PropertyDescriptor property)
Creates new TextDescriptor


TextDescriptor

public TextDescriptor(String name,
                      Class beanClass)
               throws IntrospectionException
Creates new TextDescriptor

Method Detail

getDescriptor

protected DataDescriptor getDescriptor(Object obj)
Description copied from class: SimpleProperty
Liefert den Gruppendeskriptor, welcher die Property beschreibt.

Overrides:
getDescriptor in class SimpleProperty

getContent

public Node getContent(Document document,
                       Object bean)


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.