org.codehaus.mojo.pomtools.wrapper.reflection
Class BeanField
java.lang.Object
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
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
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.