Class ConfigurationParameterHandler

java.lang.Object
org.lsst.ccs.config.ConfigurationParameterHandler
All Implemented Interfaces:
Comparable<ConfigurationParameterHandler>

public class ConfigurationParameterHandler extends Object implements Comparable<ConfigurationParameterHandler>
Author:
LSST CCS Team.
  • Method Details

    • getParameterPath

      public ParameterPath getParameterPath()
    • getCategory

      public String getCategory()
    • hasConfigChangerMethod

      public boolean hasConfigChangerMethod()
    • getConfigChangerMethod

      public Method getConfigChangerMethod()
    • isFinal

      public boolean isFinal()
    • isReadOnly

      public boolean isReadOnly()
    • isBuild

      public boolean isBuild()
    • getParameterType

      public ConfigurationParameterType getParameterType()
    • getUnits

      public String getUnits()
    • checkAgainstConstraints

      public final void checkAgainstConstraints(Object val)
    • convert

      public ViewValue convert(String strValue)
    • compareTo

      public int compareTo(ConfigurationParameterHandler o)
      Specified by:
      compareTo in interface Comparable<ConfigurationParameterHandler>
    • isCollection

      public boolean isCollection()
      Is this configuration parameter a Collection?
      Returns:
      true if this configuration parameter is a Collection, false otherwise.