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

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

public class BeanField
extends Object

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

Field Summary
static String TYPE_BOOLEAN
           
static String TYPE_COMPOSITE
           
static String TYPE_LIST
           
static String TYPE_PROPERTIES
           
static String TYPE_STRING
           
static String TYPE_VERSION
           
 
Method Summary
 boolean equals(Object obj)
           
protected  Class getClassByName(String className)
           
 String getFieldName()
           
 String getFullFieldName(ObjectWrapper obj)
           
 String getLabel()
           
 List getPossibleValues()
           
 String getType()
           
 int hashCode()
           
 boolean isWrappedValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_BOOLEAN

public static final String TYPE_BOOLEAN
See Also:
Constant Field Values

TYPE_COMPOSITE

public static final String TYPE_COMPOSITE
See Also:
Constant Field Values

TYPE_LIST

public static final String TYPE_LIST
See Also:
Constant Field Values

TYPE_PROPERTIES

public static final String TYPE_PROPERTIES
See Also:
Constant Field Values

TYPE_STRING

public static final String TYPE_STRING
See Also:
Constant Field Values

TYPE_VERSION

public static final String TYPE_VERSION
See Also:
Constant Field Values
Method Detail

getClassByName

protected Class getClassByName(String className)

getFieldName

public String getFieldName()

getLabel

public String getLabel()

getFullFieldName

public String getFullFieldName(ObjectWrapper obj)

getType

public String getType()

getPossibleValues

public List getPossibleValues()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isWrappedValue

public boolean isWrappedValue()


Copyright © 2011 The Codehaus. All Rights Reserved.