org.apache.myfaces.config.impl.digester.elements
public class Property extends Object
Version: $Revision: 169649 $ $Date: 2005-05-11 17:47:12 +0200 (Wed, 11 May 2005) $ The "property" element represents a JavaBean property of the Java class represented by our parent element. Property names must be unique within the scope of the Java class that is represented by the parent element, and must correspond to property names that will be recognized when performing introspection against that class via java.beans.Introspector.
Method Summary | |
---|---|
void | addDescription(String value) |
void | addDisplayName(String value) |
void | addIcon(String value) |
void | addPropertyExtension(String propertyExtension) |
String | getDefaultValue() |
Iterator | getDescriptions() |
Iterator | getDisplayNames() |
Iterator | getIcons() |
String | getPropertyClass() |
Iterator | getPropertyExtensions() |
String | getPropertyName() |
String | getSuggestedValue() |
void | setDefaultValue(String defaultValue) |
void | setPropertyClass(String propertyClass) |
void | setPropertyName(String propertyName) |
void | setSuggestedValue(String suggestedValue) |