Package org.infoglue.cms.applications.workflowtool.util

Examples of org.infoglue.cms.applications.workflowtool.util.RangeCheck


    categories = (Map) getParameter(CategoryProvider.CATEGORIES_PARAMETER, new HashMap());
    attributeName = getArgument(NAME_ARGUMENT);
    final Integer min = getIntegerArgument(MIN_ARGUMENT);
    final Integer max = getIntegerArgument(MAX_ARGUMENT);
    checkArguments(min, max);
    range = new RangeCheck(min, max);
  }
View Full Code Here

TOP

Related Classes of org.infoglue.cms.applications.workflowtool.util.RangeCheck

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.