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

java.lang.Object
  extended by org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
      extended by org.codehaus.mojo.pomtools.wrapper.reflection.CompositeField
All Implemented Interfaces:
FactoryBeanField

public class CompositeField
extends BeanField
implements FactoryBeanField

Version:
$Id: CompositeField.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
CompositeField(String parentName, String name, Class impl)
           
 
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

CompositeField

public CompositeField(String parentName,
                      String name,
                      Class impl)
Method Detail

createWrapperObject

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


Copyright © 2011 The Codehaus. All Rights Reserved.