org.eclipse.wst.common.snippets.core
Interface ISnippetVariable


public interface ISnippetVariable

A variable is a user-prompted value meant to be filled-in by the user during insertion.

Clients are not intended to implement this interface.

Since:
1.0

Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 

Method Detail

getDefaultValue

java.lang.String getDefaultValue()
Returns:
Returns the default value for this variable

getDescription

java.lang.String getDescription()
Returns:
Returns the description of this variable

getName

java.lang.String getName()
Returns:
Returns the name of this variable.