Uses of Class
org.eclipse.emf.validation.service.IValidator.Option

Packages that use IValidator.Option
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
 

Uses of IValidator.Option in org.eclipse.emf.validation.service
 

Fields in org.eclipse.emf.validation.service declared as IValidator.Option
static IValidator.Option<Boolean> IBatchValidator.OPTION_INCLUDE_LIVE_CONSTRAINTS
          A boolean-valued option indicating whether to include live constraints in a batch validation.
static IValidator.Option<Boolean> IValidator.OPTION_REPORT_SUCCESSES
          A boolean-valued option indicating whether to report the success evaluation of constraints on target elements.
static IValidator.Option<Boolean> IBatchValidator.OPTION_TRACK_RESOURCES
          A boolean-valued option indicating whether to include include, in the validation result, marker statuses for the resources covered by the validation operation.
static IValidator.Option<ITraversalStrategy> IBatchValidator.OPTION_TRAVERSAL_STRATEGY
          An option specifying an implementation of the ITraversalStrategy interface to be used to walk the model being validated.
 

Methods in org.eclipse.emf.validation.service that return types with arguments of type IValidator.Option
 Map<IValidator.Option<?>,?> IValidator.getOptions()
          Obtains the options applied to me that customize my operation.
 

Methods in org.eclipse.emf.validation.service with parameters of type IValidator.Option
<V> V
IValidator.getOption(IValidator.Option<V> option)
          Convenience for querying an option.
<V> void
IValidator.setOption(IValidator.Option<? super V> option, V value)
          Convenience for setting an option.
 

Method parameters in org.eclipse.emf.validation.service with type arguments of type IValidator.Option
 void IValidator.setOptions(Map<IValidator.Option<?>,?> options)
          Sets options to apply to me, that customize my operation.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.