/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/AbstractParameter.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/AbstractParameter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 783 by iliev, Wed Jun 1 07:11:31 2005 UTC revision 784 by iliev, Mon Oct 10 14:55:44 2005 UTC
# Line 279  public abstract class AbstractParameter< Line 279  public abstract class AbstractParameter<
279                    
280          /**          /**
281           * Gets the lower limit of the allowed value range for this parameter.           * Gets the lower limit of the allowed value range for this parameter.
282           * @return The lower limit of the allowed value range for this parameter.           * @return The lower limit of the allowed value range for this
283             * parameter or <code>null</code> if the parameter doesn't have lower limit.
284           */           */
285          public Number          public Number
286          getRangeMin() { return rangeMin; }          getRangeMin() { return rangeMin; }
# Line 293  public abstract class AbstractParameter< Line 294  public abstract class AbstractParameter<
294                    
295          /**          /**
296           * Gets the upper limit of the allowed value range for this parameter.           * Gets the upper limit of the allowed value range for this parameter.
297           * @return The upper limit of the allowed value range for this parameter.           * @return The upper limit of the allowed value range for this
298             * parameter or <code>null</code> if the parameter doesn't have upper limit.
299           */           */
300          public Number          public Number
301          getRangeMax() { return rangeMax; }          getRangeMax() { return rangeMax; }

Legend:
Removed from v.783  
changed lines
  Added in v.784

  ViewVC Help
Powered by ViewVC