TPTP 4.5.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.sample.action.util
Class ActionValidator

java.lang.Object
  extended by org.eclipse.emf.ecore.util.EObjectValidator
      extended by org.eclipse.tptp.symptom.sample.action.util.ActionValidator
All Implemented Interfaces:
org.eclipse.emf.ecore.EValidator

public class ActionValidator
extends org.eclipse.emf.ecore.util.EObjectValidator

The Validator for the model.

See Also:
ActionPackage
Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.EObjectValidator
org.eclipse.emf.ecore.util.EObjectValidator.DynamicEDataTypeValidator
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EValidator
org.eclipse.emf.ecore.EValidator.Descriptor, org.eclipse.emf.ecore.EValidator.PatternMatcher, org.eclipse.emf.ecore.EValidator.Registry, org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider
 
Field Summary
static java.lang.String DIAGNOSTIC_SOURCE
          A constant for the source of diagnostic codes from this package
static ActionValidator INSTANCE
          The cached model package
 
Fields inherited from class org.eclipse.emf.ecore.util.EObjectValidator
DATA_VALUE__FRACTION_DIGITS_IN_RANGE, DATA_VALUE__LENGTH_IN_RANGE, DATA_VALUE__MATCHES_PATTERN, DATA_VALUE__TOTAL_DIGITS_IN_RANGE, DATA_VALUE__TYPE_CORRECT, DATA_VALUE__VALUE_IN_ENUMERATION, DATA_VALUE__VALUE_IN_RANGE, EOBJECT__EVERY_DATA_VALUE_CONFORMS, EOBJECT__EVERY_MULTIPCITY_CONFORMS, EOBJECT__EVERY_PROXY_RESOLVES, EOBJECT__EVERY_REFERENCE_IS_CONTAINED, EOBJECT__UNIQUE_ID
 
Fields inherited from interface org.eclipse.emf.ecore.EValidator
MARKER, URI_ATTRIBUTE
 
Constructor Summary
ActionValidator()
          Creates an instance of the switch
 
Method Summary
 boolean validateDefaultReturnCodes(DefaultReturnCodes defaultReturnCodes, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean validateDefaultReturnCodesObject(DefaultReturnCodes defaultReturnCodesObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean validateDocumentRoot(DocumentRoot documentRoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean validateReturnCode_MemberTypes(java.lang.Object returnCode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
          Validates the MemberTypes constraint of 'Return Code'
 boolean validateReturnCode(java.lang.Object returnCode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean validateSampleAction(SampleAction sampleAction, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean validateStatus(Status status, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean validateUndefinedReturnCode_MaxLength(java.lang.String undefinedReturnCode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
          Validates the MaxLength constraint of 'Undefined Return Code'
 boolean validateUndefinedReturnCode(java.lang.String undefinedReturnCode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 
Methods inherited from class org.eclipse.emf.ecore.util.EObjectValidator
getFeatureLabel, getObjectLabel, getValueLabel, validate_EveryDataValueConforms, validate_EveryDefaultConstraint, validate_EveryMultiplicityConforms, validate_EveryProxyResolves, validate_EveryReferenceIsContained, validate_UniqueID, validate, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ActionValidator INSTANCE
The cached model package

Generated

DIAGNOSTIC_SOURCE

public static final java.lang.String DIAGNOSTIC_SOURCE
A constant for the source of diagnostic codes from this package.

See Also:
Diagnostic.getSource(), Diagnostic.getCode(), Constant Field Values
Generated
Constructor Detail

ActionValidator

public ActionValidator()
Creates an instance of the switch.

Generated
Method Detail

validateDocumentRoot

public boolean validateDocumentRoot(DocumentRoot documentRoot,
                                    org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                    java.util.Map context)

Generated

validateSampleAction

public boolean validateSampleAction(SampleAction sampleAction,
                                    org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                    java.util.Map context)

Generated

validateStatus

public boolean validateStatus(Status status,
                              org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                              java.util.Map context)

Generated

validateDefaultReturnCodes

public boolean validateDefaultReturnCodes(DefaultReturnCodes defaultReturnCodes,
                                          org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                          java.util.Map context)

Generated

validateDefaultReturnCodesObject

public boolean validateDefaultReturnCodesObject(DefaultReturnCodes defaultReturnCodesObject,
                                                org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                                java.util.Map context)

Generated

validateReturnCode

public boolean validateReturnCode(java.lang.Object returnCode,
                                  org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                  java.util.Map context)

Generated

validateReturnCode_MemberTypes

public boolean validateReturnCode_MemberTypes(java.lang.Object returnCode,
                                              org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                              java.util.Map context)
Validates the MemberTypes constraint of 'Return Code'.

Generated

validateUndefinedReturnCode

public boolean validateUndefinedReturnCode(java.lang.String undefinedReturnCode,
                                           org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                           java.util.Map context)

Generated

validateUndefinedReturnCode_MaxLength

public boolean validateUndefinedReturnCode_MaxLength(java.lang.String undefinedReturnCode,
                                                     org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                                     java.util.Map context)
Validates the MaxLength constraint of 'Undefined Return Code'.

Generated

TPTP 4.5.0 Monitoring Tools Project
Public API Specification