Generation Framework

org.eclipse.gmf.codegen.gmfgen
Interface BatchValidation

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
GenDiagram
All Known Implementing Classes:
GenDiagramImpl

public interface BatchValidation
extends EObject

A representation of the model object 'Batch Validation'.

The following features are supported:

See Also:
GMFGenPackage.getBatchValidation()
** Generated **
Model:
interface="true" abstract="true"

Method Summary
 java.lang.String getMarkerNavigationProviderClassName()
          Returns the value of the 'Marker Navigation Provider Class Name' attribute
 ProviderPriority getMarkerNavigationProviderPriority()
          Returns the value of the 'Marker Navigation Provider Priority' attribute.
 java.lang.String getMarkerNavigationProviderQualifiedClassName()
           
 java.lang.String getMetricProviderClassName()
          Returns the value of the 'Metric Provider Class Name' attribute
 ProviderPriority getMetricProviderPriority()
          Returns the value of the 'Metric Provider Priority' attribute.
 java.lang.String getMetricProviderQualifiedClassName()
           
 java.lang.String getMetricViewID()
           
 java.lang.String getValidationDecoratorProviderClassName()
          Returns the value of the 'Validation Decorator Provider Class Name' attribute
 ProviderPriority getValidationDecoratorProviderPriority()
          Returns the value of the 'Validation Decorator Provider Priority' attribute.
 java.lang.String getValidationDecoratorProviderQualifedClassName()
           
 java.lang.String getValidationDiagnosticMarkerType()
           Gets diagnostic marker type ID local to the editor plugin.
 java.lang.String getValidationProviderClassName()
          Returns the value of the 'Validation Provider Class Name' attribute
 ProviderPriority getValidationProviderPriority()
          Returns the value of the 'Validation Provider Priority' attribute.
 java.lang.String getValidationProviderQualifiedClassName()
           
 boolean isValidationDecorators()
          Returns the value of the 'Validation Decorators' attribute
 boolean isValidationEnabled()
          Returns the value of the 'Validation Enabled' attribute
 void setMarkerNavigationProviderClassName(java.lang.String value)
          Sets the value of the 'Marker Navigation Provider Class Name' attribute
 void setMarkerNavigationProviderPriority(ProviderPriority value)
          Sets the value of the 'Marker Navigation Provider Priority' attribute
 void setMetricProviderClassName(java.lang.String value)
          Sets the value of the 'Metric Provider Class Name' attribute
 void setMetricProviderPriority(ProviderPriority value)
          Sets the value of the 'Metric Provider Priority' attribute
 void setValidationDecoratorProviderClassName(java.lang.String value)
          Sets the value of the 'Validation Decorator Provider Class Name' attribute
 void setValidationDecoratorProviderPriority(ProviderPriority value)
          Sets the value of the 'Validation Decorator Provider Priority' attribute
 void setValidationDecorators(boolean value)
          Sets the value of the 'Validation Decorators' attribute
 void setValidationEnabled(boolean value)
          Sets the value of the 'Validation Enabled' attribute
 void setValidationProviderClassName(java.lang.String value)
          Sets the value of the 'Validation Provider Class Name' attribute
 void setValidationProviderPriority(ProviderPriority value)
          Sets the value of the 'Validation Provider Priority' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getValidationProviderClassName

public java.lang.String getValidationProviderClassName()
Returns the value of the 'Validation Provider Class Name' attribute.

If the meaning of the 'Validation Provider Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validation Provider Class Name' attribute.
See Also:
BatchValidation.setValidationProviderClassName(String), GMFGenPackage.getBatchValidation_ValidationProviderClassName()
** Generated **
Model:

setValidationProviderClassName

public void setValidationProviderClassName(java.lang.String value)
Sets the value of the 'Validation Provider Class Name' attribute.

Parameters:
value - the new value of the 'Validation Provider Class Name' attribute.
See Also:
BatchValidation.getValidationProviderClassName()
** Generated **

getValidationProviderPriority

public ProviderPriority getValidationProviderPriority()
Returns the value of the 'Validation Provider Priority' attribute. The literals are from the enumeration ProviderPriority.

If the meaning of the 'Validation Provider Priority' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validation Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.setValidationProviderPriority(ProviderPriority), GMFGenPackage.getBatchValidation_ValidationProviderPriority()
** Generated **
Model:

setValidationProviderPriority

public void setValidationProviderPriority(ProviderPriority value)
Sets the value of the 'Validation Provider Priority' attribute.

Parameters:
value - the new value of the 'Validation Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.getValidationProviderPriority()
** Generated **

getMarkerNavigationProviderClassName

public java.lang.String getMarkerNavigationProviderClassName()
Returns the value of the 'Marker Navigation Provider Class Name' attribute.

If the meaning of the 'Marker Navigation Provider Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Marker Navigation Provider Class Name' attribute.
See Also:
BatchValidation.setMarkerNavigationProviderClassName(String), GMFGenPackage.getBatchValidation_MarkerNavigationProviderClassName()
** Generated **
Model:

setMarkerNavigationProviderClassName

public void setMarkerNavigationProviderClassName(java.lang.String value)
Sets the value of the 'Marker Navigation Provider Class Name' attribute.

Parameters:
value - the new value of the 'Marker Navigation Provider Class Name' attribute.
See Also:
BatchValidation.getMarkerNavigationProviderClassName()
** Generated **

getMarkerNavigationProviderPriority

public ProviderPriority getMarkerNavigationProviderPriority()
Returns the value of the 'Marker Navigation Provider Priority' attribute. The literals are from the enumeration ProviderPriority.

If the meaning of the 'Marker Navigation Provider Priority' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Marker Navigation Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.setMarkerNavigationProviderPriority(ProviderPriority), GMFGenPackage.getBatchValidation_MarkerNavigationProviderPriority()
** Generated **
Model:

setMarkerNavigationProviderPriority

public void setMarkerNavigationProviderPriority(ProviderPriority value)
Sets the value of the 'Marker Navigation Provider Priority' attribute.

Parameters:
value - the new value of the 'Marker Navigation Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.getMarkerNavigationProviderPriority()
** Generated **

isValidationEnabled

public boolean isValidationEnabled()
Returns the value of the 'Validation Enabled' attribute. If enabled, ValidationAction is contributed by the editor plugin

Returns:
the value of the 'Validation Enabled' attribute.
See Also:
BatchValidation.setValidationEnabled(boolean), GMFGenPackage.getBatchValidation_ValidationEnabled()
** Generated **
Model:

setValidationEnabled

public void setValidationEnabled(boolean value)
Sets the value of the 'Validation Enabled' attribute.

Parameters:
value - the new value of the 'Validation Enabled' attribute.
See Also:
BatchValidation.isValidationEnabled()
** Generated **

getMetricProviderClassName

public java.lang.String getMetricProviderClassName()
Returns the value of the 'Metric Provider Class Name' attribute.

If the meaning of the 'Metric Provider Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Metric Provider Class Name' attribute.
See Also:
BatchValidation.setMetricProviderClassName(String), GMFGenPackage.getBatchValidation_MetricProviderClassName()
** Generated **
Model:

setMetricProviderClassName

public void setMetricProviderClassName(java.lang.String value)
Sets the value of the 'Metric Provider Class Name' attribute.

Parameters:
value - the new value of the 'Metric Provider Class Name' attribute.
See Also:
BatchValidation.getMetricProviderClassName()
** Generated **

getMetricProviderPriority

public ProviderPriority getMetricProviderPriority()
Returns the value of the 'Metric Provider Priority' attribute. The literals are from the enumeration ProviderPriority.

If the meaning of the 'Metric Provider Priority' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Metric Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.setMetricProviderPriority(ProviderPriority), GMFGenPackage.getBatchValidation_MetricProviderPriority()
** Generated **
Model:

setMetricProviderPriority

public void setMetricProviderPriority(ProviderPriority value)
Sets the value of the 'Metric Provider Priority' attribute.

Parameters:
value - the new value of the 'Metric Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.getMetricProviderPriority()
** Generated **

getValidationDecoratorProviderClassName

public java.lang.String getValidationDecoratorProviderClassName()
Returns the value of the 'Validation Decorator Provider Class Name' attribute.

If the meaning of the 'Validation Decorator Provider Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validation Decorator Provider Class Name' attribute.
See Also:
BatchValidation.setValidationDecoratorProviderClassName(String), GMFGenPackage.getBatchValidation_ValidationDecoratorProviderClassName()
** Generated **
Model:

setValidationDecoratorProviderClassName

public void setValidationDecoratorProviderClassName(java.lang.String value)
Sets the value of the 'Validation Decorator Provider Class Name' attribute.

Parameters:
value - the new value of the 'Validation Decorator Provider Class Name' attribute.
See Also:
BatchValidation.getValidationDecoratorProviderClassName()
** Generated **

isValidationDecorators

public boolean isValidationDecorators()
Returns the value of the 'Validation Decorators' attribute.

If the meaning of the 'Validation Decorators' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validation Decorators' attribute.
See Also:
BatchValidation.setValidationDecorators(boolean), GMFGenPackage.getBatchValidation_ValidationDecorators()
** Generated **
Model:

setValidationDecorators

public void setValidationDecorators(boolean value)
Sets the value of the 'Validation Decorators' attribute.

Parameters:
value - the new value of the 'Validation Decorators' attribute.
See Also:
BatchValidation.isValidationDecorators()
** Generated **

getValidationDecoratorProviderPriority

public ProviderPriority getValidationDecoratorProviderPriority()
Returns the value of the 'Validation Decorator Provider Priority' attribute. The literals are from the enumeration ProviderPriority.

If the meaning of the 'Validation Decorator Provider Priority' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Validation Decorator Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.setValidationDecoratorProviderPriority(ProviderPriority), GMFGenPackage.getBatchValidation_ValidationDecoratorProviderPriority()
** Generated **
Model:

setValidationDecoratorProviderPriority

public void setValidationDecoratorProviderPriority(ProviderPriority value)
Sets the value of the 'Validation Decorator Provider Priority' attribute.

Parameters:
value - the new value of the 'Validation Decorator Provider Priority' attribute.
See Also:
ProviderPriority, BatchValidation.getValidationDecoratorProviderPriority()
** Generated **

getValidationProviderQualifiedClassName

public java.lang.String getValidationProviderQualifiedClassName()

** Generated **
Model:
kind="operation"

getValidationDiagnosticMarkerType

public java.lang.String getValidationDiagnosticMarkerType()
Gets diagnostic marker type ID local to the editor plugin. The editor pluginID should be used to fully-qualify this ID.

** Generated **
Model:
kind="operation"

getMarkerNavigationProviderQualifiedClassName

public java.lang.String getMarkerNavigationProviderQualifiedClassName()

** Generated **
Model:
kind="operation"

getMetricProviderQualifiedClassName

public java.lang.String getMetricProviderQualifiedClassName()

** Generated **
Model:
kind="operation"

getMetricViewID

public java.lang.String getMetricViewID()

** Generated **
Model:
kind="operation"

getValidationDecoratorProviderQualifedClassName

public java.lang.String getValidationDecoratorProviderQualifedClassName()

** Generated **
Model:
kind="operation"

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.