EnvEntryValidator.java :  » Workflow-Engines » osbl-1_0 » newprocess » validation » Java Open Source

Java Open Source » Workflow Engines » osbl 1_0 
osbl 1_0 » newprocess » validation » EnvEntryValidator.java
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package newprocess.validation;


/**
 * A sample validator interface for {@link newprocess.EnvEntry}.
 * This doesn't really do anything, and it's not a real EMF artifact.
 * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
 * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
 */
public interface EnvEntryValidator {
  
  String validate();
  String validateName(String value);
  String validateType(String value);
  String validateValue(String value);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.