Uses of Class
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.SeverityKind

Packages that use SeverityKind
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl   
org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util   
 

Uses of SeverityKind in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
 

Fields in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL with type parameters of type SeverityKind
static java.util.List<SeverityKind> SeverityKind.VALUES
          A public read-only list of all the 'Severity Kind' enumerators
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL that return SeverityKind
static SeverityKind SeverityKind.get(int value)
          Returns the 'Severity Kind' literal with the specified integer value
static SeverityKind SeverityKind.get(java.lang.String literal)
          Returns the 'Severity Kind' literal with the specified literal value
static SeverityKind SeverityKind.getByName(java.lang.String name)
          Returns the 'Severity Kind' literal with the specified name
 SeverityKind AssertExp.getSeverity()
          Returns the value of the 'Severity' attribute.
static SeverityKind SeverityKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeverityKind[] SeverityKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL with parameters of type SeverityKind
 void AssertExp.setSeverity(SeverityKind value)
          Sets the value of the 'Severity' attribute
 

Uses of SeverityKind in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl
 

Fields in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl declared as SeverityKind
protected  SeverityKind AssertExpImpl.severity
          The cached value of the 'Severity' attribute
protected static SeverityKind AssertExpImpl.SEVERITY_EDEFAULT
          The default value of the 'Severity' attribute
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl that return SeverityKind
 SeverityKind ImperativeOCLFactoryImpl.createSeverityKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 SeverityKind AssertExpImpl.getSeverity()
           
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.impl with parameters of type SeverityKind
 void AssertExpImpl.setSeverity(SeverityKind newSeverity)
           
 

Uses of SeverityKind in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util
 

Methods in org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.util with parameters of type SeverityKind
 boolean ImperativeOCLValidator.validateSeverityKind(SeverityKind severityKind, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.