public class DatavalueSwitch<T>
extends org.eclipse.emf.ecore.util.Switch<T>
doSwitch(object)
to invoke the caseXXX method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
DatavaluePackage| Constructor and Description |
|---|
DatavalueSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractBooleanValue(AbstractBooleanValue object)
Returns the result of interpreting the object as an instance of 'Abstract Boolean Value'.
|
T |
caseAbstractComplexValue(AbstractComplexValue object)
Returns the result of interpreting the object as an instance of 'Abstract Complex Value'.
|
T |
caseAbstractEnumerationValue(AbstractEnumerationValue object)
Returns the result of interpreting the object as an instance of 'Abstract Enumeration Value'.
|
T |
caseAbstractExpressionValue(AbstractExpressionValue object)
Returns the result of interpreting the object as an instance of 'Abstract Expression Value'.
|
T |
caseAbstractNamedElement(AbstractNamedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Named Element'.
|
T |
caseAbstractStringValue(AbstractStringValue object)
Returns the result of interpreting the object as an instance of 'Abstract String Value'.
|
T |
caseAbstractTypedElement(AbstractTypedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Typed Element'.
|
T |
caseBinaryExpression(BinaryExpression object)
Returns the result of interpreting the object as an instance of 'Binary Expression'.
|
T |
caseBooleanReference(BooleanReference object)
Returns the result of interpreting the object as an instance of 'Boolean Reference'.
|
T |
caseCapellaElement(CapellaElement object)
Returns the result of interpreting the object as an instance of 'Capella Element'.
|
T |
caseComplexValue(ComplexValue object)
Returns the result of interpreting the object as an instance of 'Complex Value'.
|
T |
caseComplexValueReference(ComplexValueReference object)
Returns the result of interpreting the object as an instance of 'Complex Value Reference'.
|
T |
caseDataValue(DataValue object)
Returns the result of interpreting the object as an instance of 'Data Value'.
|
T |
caseDataValueContainer(DataValueContainer object)
Returns the result of interpreting the object as an instance of 'Data Value Container'.
|
T |
caseElement(org.polarsys.kitalpha.emde.model.Element object)
Returns the result of interpreting the object as an instance of 'Element'.
|
T |
caseEnumerationLiteral(EnumerationLiteral object)
Returns the result of interpreting the object as an instance of 'Enumeration Literal'.
|
T |
caseEnumerationReference(EnumerationReference object)
Returns the result of interpreting the object as an instance of 'Enumeration Reference'.
|
T |
caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
Returns the result of interpreting the object as an instance of 'Extensible Element'.
|
T |
caseLiteralBooleanValue(LiteralBooleanValue object)
Returns the result of interpreting the object as an instance of 'Literal Boolean Value'.
|
T |
caseLiteralNumericValue(LiteralNumericValue object)
Returns the result of interpreting the object as an instance of 'Literal Numeric Value'.
|
T |
caseLiteralStringValue(LiteralStringValue object)
Returns the result of interpreting the object as an instance of 'Literal String Value'.
|
T |
caseModelElement(ModelElement object)
Returns the result of interpreting the object as an instance of 'Model Element'.
|
T |
caseNamedElement(NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.
|
T |
caseNamespace(Namespace object)
Returns the result of interpreting the object as an instance of 'Namespace'.
|
T |
caseNumericReference(NumericReference object)
Returns the result of interpreting the object as an instance of 'Numeric Reference'.
|
T |
caseNumericValue(NumericValue object)
Returns the result of interpreting the object as an instance of 'Numeric Value'.
|
T |
caseOpaqueExpression(OpaqueExpression object)
Returns the result of interpreting the object as an instance of 'Opaque Expression'.
|
T |
casePublishableElement(PublishableElement object)
Returns the result of interpreting the object as an instance of 'Publishable Element'.
|
T |
caseStringReference(StringReference object)
Returns the result of interpreting the object as an instance of 'String Reference'.
|
T |
caseStructure(Structure object)
Returns the result of interpreting the object as an instance of 'Structure'.
|
T |
caseTraceableElement(TraceableElement object)
Returns the result of interpreting the object as an instance of 'Traceable Element'.
|
T |
caseUnaryExpression(UnaryExpression object)
Returns the result of interpreting the object as an instance of 'Unary Expression'.
|
T |
caseValuePart(ValuePart object)
Returns the result of interpreting the object as an instance of 'Value Part'.
|
T |
caseValueSpecification(ValueSpecification object)
Returns the result of interpreting the object as an instance of 'Value Specification'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public T caseDataValue(DataValue object)
object - the target of the switch.doSwitch(EObject)public T caseDataValueContainer(DataValueContainer object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractBooleanValue(AbstractBooleanValue object)
object - the target of the switch.doSwitch(EObject)public T caseLiteralBooleanValue(LiteralBooleanValue object)
object - the target of the switch.doSwitch(EObject)public T caseBooleanReference(BooleanReference object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractEnumerationValue(AbstractEnumerationValue object)
object - the target of the switch.doSwitch(EObject)public T caseEnumerationLiteral(EnumerationLiteral object)
object - the target of the switch.doSwitch(EObject)public T caseEnumerationReference(EnumerationReference object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractStringValue(AbstractStringValue object)
object - the target of the switch.doSwitch(EObject)public T caseLiteralStringValue(LiteralStringValue object)
object - the target of the switch.doSwitch(EObject)public T caseStringReference(StringReference object)
object - the target of the switch.doSwitch(EObject)public T caseNumericValue(NumericValue object)
object - the target of the switch.doSwitch(EObject)public T caseLiteralNumericValue(LiteralNumericValue object)
object - the target of the switch.doSwitch(EObject)public T caseNumericReference(NumericReference object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractComplexValue(AbstractComplexValue object)
object - the target of the switch.doSwitch(EObject)public T caseComplexValue(ComplexValue object)
object - the target of the switch.doSwitch(EObject)public T caseComplexValueReference(ComplexValueReference object)
object - the target of the switch.doSwitch(EObject)public T caseValuePart(ValuePart object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractExpressionValue(AbstractExpressionValue object)
object - the target of the switch.doSwitch(EObject)public T caseBinaryExpression(BinaryExpression object)
object - the target of the switch.doSwitch(EObject)public T caseUnaryExpression(UnaryExpression object)
object - the target of the switch.doSwitch(EObject)public T caseOpaqueExpression(OpaqueExpression object)
object - the target of the switch.doSwitch(EObject)public T caseElement(org.polarsys.kitalpha.emde.model.Element object)
object - the target of the switch.doSwitch(EObject)public T caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
object - the target of the switch.doSwitch(EObject)public T caseModelElement(ModelElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractNamedElement(AbstractNamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseTraceableElement(TraceableElement object)
object - the target of the switch.doSwitch(EObject)public T casePublishableElement(PublishableElement object)
object - the target of the switch.doSwitch(EObject)public T caseCapellaElement(CapellaElement object)
object - the target of the switch.doSwitch(EObject)public T caseNamedElement(NamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractTypedElement(AbstractTypedElement object)
object - the target of the switch.doSwitch(EObject)public T caseValueSpecification(ValueSpecification object)
object - the target of the switch.doSwitch(EObject)public T caseNamespace(Namespace object)
object - the target of the switch.doSwitch(EObject)public T caseStructure(Structure object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(org.eclipse.emf.ecore.EObject object)
defaultCase in class org.eclipse.emf.ecore.util.Switch<T>object - the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)