org.eclipse.jst.jsf.metadataprocessors.internal.provisional.features
Interface IPossibleValue

All Known Implementing Classes:
PossibleValue

public interface IPossibleValue


Method Summary
 java.lang.String getAdditionalInformation()
           
 java.lang.String getDisplayValue()
           
 org.eclipse.jface.resource.ImageDescriptor getIcon()
           
 java.lang.String getValue()
           
 boolean isDefaultValue()
           
 

Method Detail

getValue

public java.lang.String getValue()
Returns:
value to set. should not return null.

getDisplayValue

public java.lang.String getDisplayValue()
Returns:
value to display in a proposal which can be different than what is set. Must not return null.

getIcon

public org.eclipse.jface.resource.ImageDescriptor getIcon()
Returns:
ImageDescriptor for image to be displayed in a proposal. May be null.

isDefaultValue

public boolean isDefaultValue()
Returns:
true if is known to be the default value.

getAdditionalInformation

public java.lang.String getAdditionalInformation()
Returns:
additional information that could be used for descriptive help May be null