nl.gx.webmanager.cms.form
Interface RuleParameterModel


public interface RuleParameterModel

A rule parameter model describes a parameter to a rule.

Author:
simon

Method Summary
 java.lang.String getDescription()
          Return a description of this parameter.
 java.lang.String getName()
          Return the name of this parameter.
 RuleParameterType getType()
          Return the type of this parameter.
 boolean isDecentral()
          Return true if this parameter is can be decentrally configured.
 boolean isMultiple()
          Return whether this parameter can be specified multiple times.
 

Method Detail

getName

java.lang.String getName()
Return the name of this parameter.

Returns:
this parameter's name.

getDescription

java.lang.String getDescription()
Return a description of this parameter.

Returns:
human readable description of this

isDecentral

boolean isDecentral()
Return true if this parameter is can be decentrally configured. A decentral parameter is a parameter which may be specified on form level as well as on form model level. In terms of the WM user interface, a decentral parameter is one which can be changed via the form element.

Returns:
true if this parameter is decentral.

isMultiple

boolean isMultiple()
Return whether this parameter can be specified multiple times. Some parameters can take multiple values and/or be specified multiple times.

Returns:
true if this parameter may be specified multiple times.

getType

RuleParameterType getType()
Return the type of this parameter. The type a parameter describes the data type of values which it can accept.

Returns:
this paremeter's type.


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