public class PropertyBean extends FeatureBean
Configuration bean for <property> element.
Constructor and Description |
---|
PropertyBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultValue() |
java.lang.String |
getMethodSignature() |
java.lang.String |
getPropertyClass() |
java.lang.String |
getPropertyName() |
java.lang.String |
getSuggestedValue() |
boolean |
isMethodExpressionEnabled() |
boolean |
isPassThrough() |
boolean |
isReadOnly() |
boolean |
isRequired() |
boolean |
isTagAttribute() |
boolean |
isValueExpressionEnabled() |
void |
setDefaultValue(java.lang.String defaultValue) |
void |
setMethodExpressionEnabled(boolean methodExpressionEnabled) |
void |
setMethodSignature(java.lang.String methodSignature) |
void |
setPassThrough(boolean passThrough) |
void |
setPropertyClass(java.lang.String propertyClass) |
void |
setPropertyName(java.lang.String propertyName) |
void |
setReadOnly(boolean readOnly) |
void |
setRequired(boolean required) |
void |
setSuggestedValue(java.lang.String suggestedValue) |
void |
setTagAttribute(boolean tagAttribute) |
void |
setValueExpressionEnabled(boolean valueExpressionEnabled) |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIcon
public java.lang.String getPropertyClass()
public void setPropertyClass(java.lang.String propertyClass)
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
public java.lang.String getSuggestedValue()
public void setSuggestedValue(java.lang.String suggestedValue)
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
public boolean isPassThrough()
public void setPassThrough(boolean passThrough)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isTagAttribute()
public void setTagAttribute(boolean tagAttribute)
public boolean isMethodExpressionEnabled()
public void setMethodExpressionEnabled(boolean methodExpressionEnabled)
public java.lang.String getMethodSignature()
public void setMethodSignature(java.lang.String methodSignature)
public boolean isValueExpressionEnabled()
public void setValueExpressionEnabled(boolean valueExpressionEnabled)
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.