public class DocGenValidationDBSwitch extends DocGenValidationSwitch<java.lang.Object>
modelPackage
Constructor and Description |
---|
DocGenValidationDBSwitch() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
caseRule(Rule object)
Returns the result of interpreting the object as an instance of '
Rule'.
|
java.lang.Object |
caseSuite(Suite object)
Returns the result of interpreting the object as an instance of '
Suite'.
|
java.lang.Object |
caseViolation(Violation object)
Returns the result of interpreting the object as an instance of '
Violation'.
|
defaultCase, doSwitch, isSwitchFor
public java.lang.Object caseRule(Rule object)
DocGenValidationSwitch
caseRule
in class DocGenValidationSwitch<java.lang.Object>
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseViolation(Violation object)
DocGenValidationSwitch
caseViolation
in class DocGenValidationSwitch<java.lang.Object>
object
- the target of the switch.doSwitch(EObject)
public java.lang.Object caseSuite(Suite object)
DocGenValidationSwitch
caseSuite
in class DocGenValidationSwitch<java.lang.Object>
object
- the target of the switch.doSwitch(EObject)