Class Property
- java.lang.Object
- 
- org.apache.myfaces.config.element.Property
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- PropertyImpl
 
 public abstract class Property extends Object implements Serializable - Version:
- $Revision$ $Date$
- Author:
- Martin Marinschek
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Property()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetDefaultValue()abstract Collection<? extends String>getDescriptions()abstract Collection<? extends String>getDisplayNames()abstract Collection<? extends String>getIcons()abstract StringgetPropertyClass()abstract Collection<? extends String>getPropertyExtensions()abstract StringgetPropertyName()abstract StringgetSuggestedValue()
 
- 
- 
- 
Method Detail- 
getDescriptionspublic abstract Collection<? extends String> getDescriptions() 
 - 
getDisplayNamespublic abstract Collection<? extends String> getDisplayNames() 
 - 
getIconspublic abstract Collection<? extends String> getIcons() 
 - 
getPropertyNamepublic abstract String getPropertyName() 
 - 
getPropertyClasspublic abstract String getPropertyClass() 
 - 
getDefaultValuepublic abstract String getDefaultValue() 
 - 
getSuggestedValuepublic abstract String getSuggestedValue() 
 - 
getPropertyExtensionspublic abstract Collection<? extends String> getPropertyExtensions() 
 
- 
 
-