com.teamkonzept.dom4jb.schema
Class AttributeDescriptor
java.lang.Object
|
+--com.teamkonzept.dom4jb.beans.Property
|
+--com.teamkonzept.dom4jb.beans.SimpleProperty
|
+--com.teamkonzept.dom4jb.schema.AttributeDescriptor
- All Implemented Interfaces:
- Groupable
- public class AttributeDescriptor
- extends SimpleProperty
name
protected final NodeName name
AttributeDescriptor
public AttributeDescriptor(NodeName name,
PropertyDescriptor property)
AttributeDescriptor
protected AttributeDescriptor(String name,
PropertyDescriptor property)
AttributeDescriptor
public AttributeDescriptor(PropertyDescriptor property)
AttributeDescriptor
public AttributeDescriptor(String name,
Class beanClass)
throws IntrospectionException
AttributeDescriptor
public AttributeDescriptor(String attrName,
String propertyName,
Class beanClass)
throws IntrospectionException
getDescriptor
protected final DataDescriptor getDescriptor(Object obj)
- Description copied from class:
SimpleProperty
- Liefert den Gruppendeskriptor, welcher die Property beschreibt.
- Overrides:
getDescriptor
in class SimpleProperty
getName
public NodeName getName()
getContent
public Node getContent(Document document,
Object bean)
toString
public String toString()
- Overrides:
toString
in class Property
- See Also:
Object.toString()
Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.