Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire