Uses of Class
org.eclipse.wst.validation.IPerformanceMonitor.CollectionLevel

Packages that use IPerformanceMonitor.CollectionLevel
org.eclipse.wst.validation A framework for calling validators that are build based. 
 

Uses of IPerformanceMonitor.CollectionLevel in org.eclipse.wst.validation
 

Methods in org.eclipse.wst.validation that return IPerformanceMonitor.CollectionLevel
 IPerformanceMonitor.CollectionLevel IPerformanceMonitor.getCollectionLevel()
          Answer the level of performance events that are being collected by the validation framework.
static IPerformanceMonitor.CollectionLevel IPerformanceMonitor.CollectionLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IPerformanceMonitor.CollectionLevel[] IPerformanceMonitor.CollectionLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.wst.validation with parameters of type IPerformanceMonitor.CollectionLevel
 void IPerformanceMonitor.setCollectionLevel(IPerformanceMonitor.CollectionLevel level)
          Set the performance event collection level.