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

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/Parameter.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 127  public interface Parameter<T> { Line 127  public interface Parameter<T> {
127                    
128          /**          /**
129           * Gets the lower limit of the allowed value range for this parameter.           * Gets the lower limit of the allowed value range for this parameter.
130           * @return The lower limit of the allowed value range for this parameter.           * @return The lower limit of the allowed value range for this
131             * parameter or <code>null</code> if the parameter doesn't have lower limit.
132           */           */
133          public Number getRangeMin();          public Number getRangeMin();
134                    
# Line 140  public interface Parameter<T> { Line 141  public interface Parameter<T> {
141                    
142          /**          /**
143           * Gets the upper limit of the allowed value range for this parameter.           * Gets the upper limit of the allowed value range for this parameter.
144           * @return The upper limit of the allowed value range for this parameter.           * @return The upper limit of the allowed value range for this
145             * parameter or <code>null</code> if the parameter doesn't have upper limit.
146           */           */
147          public Number getRangeMax();          public Number getRangeMax();
148                    

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

  ViewVC Help
Powered by ViewVC