org.apache.myfaces.config.impl.digester.elements
Class Property
java.lang.Object
org.apache.myfaces.config.element.Property
org.apache.myfaces.config.impl.digester.elements.Property
- All Implemented Interfaces:
- Serializable
public class Property
- extends Property
- implements Serializable
- Version:
- $Revision: 1188827 $ $Date: 2011-10-25 12:49:58 -0500 (Tue, 25 Oct 2011) $
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.
- Author:
- Martin Marinschek
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
addDescription
public void addDescription(String value)
getDescriptions
public Collection<? extends String> getDescriptions()
- Specified by:
getDescriptions
in class Property
addDisplayName
public void addDisplayName(String value)
getDisplayNames
public Collection<? extends String> getDisplayNames()
- Specified by:
getDisplayNames
in class Property
addIcon
public void addIcon(String value)
getIcons
public Collection<? extends String> getIcons()
- Specified by:
getIcons
in class Property
setPropertyName
public void setPropertyName(String propertyName)
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in class Property
setPropertyClass
public void setPropertyClass(String propertyClass)
getPropertyClass
public String getPropertyClass()
- Specified by:
getPropertyClass
in class Property
setDefaultValue
public void setDefaultValue(String defaultValue)
getDefaultValue
public String getDefaultValue()
- Specified by:
getDefaultValue
in class Property
setSuggestedValue
public void setSuggestedValue(String suggestedValue)
getSuggestedValue
public String getSuggestedValue()
- Specified by:
getSuggestedValue
in class Property
addPropertyExtension
public void addPropertyExtension(String propertyExtension)
getPropertyExtensions
public Collection<? extends String> getPropertyExtensions()
- Specified by:
getPropertyExtensions
in class Property
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.