org.codehaus.mojo.pomtools.wrapper.reflection
Class ListField

java.lang.Object
  extended by org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
      extended by org.codehaus.mojo.pomtools.wrapper.reflection.ListField
All Implemented Interfaces:
FactoryBeanField
Direct Known Subclasses:
PropertiesBeanField

public class ListField
extends BeanField
implements FactoryBeanField

Version:
$Id: ListField.java 2166 2006-07-18 21:32:16Z carlos $
Author:
David Hawkins

Field Summary
 
Fields inherited from class org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
TYPE_BOOLEAN, TYPE_COMPOSITE, TYPE_LIST, TYPE_PROPERTIES, TYPE_STRING, TYPE_VERSION
 
Constructor Summary
  ListField(String parentName, String name, String itemClassName, String itemLabel)
           
protected ListField(String parentName, String name, String itemClassName, String itemLabel, String type)
           
 
Method Summary
 ObjectWrapper createWrapperObject(ObjectWrapper parent, Object objectToWrap)
           
 
Methods inherited from class org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
equals, getClassByName, getFieldName, getFullFieldName, getLabel, getPossibleValues, getType, hashCode, isWrappedValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListField

public ListField(String parentName,
                 String name,
                 String itemClassName,
                 String itemLabel)

ListField

protected ListField(String parentName,
                    String name,
                    String itemClassName,
                    String itemLabel,
                    String type)
Method Detail

createWrapperObject

public ObjectWrapper createWrapperObject(ObjectWrapper parent,
                                         Object objectToWrap)
Specified by:
createWrapperObject in interface FactoryBeanField


Copyright © 2011 The Codehaus. All Rights Reserved.