nl.gx.webmanager.handler.forms
Interface Parameter


public interface Parameter

This interface represents a parameter entry in the formdefinition.


Method Summary
 java.lang.String getName()
          Returns the name of this instance.
 int getType()
          Returns the type of this instance.
 java.lang.String getValue()
          Returns the value of this instance.
 

Method Detail

getName

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

Returns:
The name of this instance.

getValue

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

Returns:
The value of this instance.

getType

int getType()
Returns the type of this instance.

Returns:
The type of this instance.


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