nl.gx.webmanager.handler.forms
Interface SimpleFormEntry

All Superinterfaces:
FormEntry

public interface SimpleFormEntry
extends FormEntry

This interface represents a simple string value in a form flow.


Method Summary
 java.lang.String getDescription()
          Returns the description for this value.
 java.lang.String getValue()
          Returns the value of this instance.
 
Methods inherited from interface nl.gx.webmanager.handler.forms.FormEntry
writeXml
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the description for this value.

Returns:
the description for this value.

getValue

java.lang.String getValue()
Returns the value of this instance.

Returns:
The value of this instance.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.