org.lsst.ccs.config
Interface Constraints.Controler

Enclosing class:
Constraints

public static interface Constraints.Controler

A specific code to control a value. instance of this class are supposed to have a no-arg constructor.


Method Summary
 Object control(String value)
          should transform the String argument as a valid value and check it.
 

Method Detail

control

Object control(String value)
should transform the String argument as a valid value and check it.

Parameters:
value -


Copyright © 2013 LSST. All Rights Reserved.