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

java.lang.Object
  extended by org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
      extended by org.codehaus.mojo.pomtools.wrapper.reflection.StringField
Direct Known Subclasses:
BooleanField

public class StringField
extends BeanField

Version:
$Id: StringField.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
  StringField(String parentName, String name)
           
protected StringField(String parentName, String name, String type)
           
 
Method Summary
 
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

StringField

public StringField(String parentName,
                   String name)

StringField

protected StringField(String parentName,
                      String name,
                      String type)


Copyright © 2011 The Codehaus. All Rights Reserved.