public class SignaturePrinter extends RepositorySwitch<String>
copyright| Constructor and Description |
|---|
SignaturePrinter() |
| Modifier and Type | Method and Description |
|---|---|
String |
caseCollectionDataType(CollectionDataType object)
Returns the result of interpreting the object as an instance of 'Collection Data
Type'.
|
String |
caseCompositeDataType(CompositeDataType object)
Returns the result of interpreting the object as an instance of 'Composite Data
Type'.
|
String |
caseInfrastructureSignature(InfrastructureSignature object)
Returns the result of interpreting the object as an instance of 'Infrastructure
Signature'.
|
String |
caseOperationSignature(OperationSignature object)
Returns the result of interpreting the object as an instance of 'Operation
Signature'.
|
String |
caseParameter(Parameter object)
Returns the result of interpreting the object as an instance of 'Parameter'.
|
String |
casePrimitiveDataType(PrimitiveDataType object)
Returns the result of interpreting the object as an instance of 'Primitive Data
Type'.
|
caseBasicComponent, caseCompleteComponentType, caseComposedProvidingRequiringEntity, caseComposedStructure, caseCompositeComponent, caseDataType, caseEntity, caseEventGroup, caseEventType, caseExceptionType, caseIdentifier, caseImplementationComponentType, caseInfrastructureInterface, caseInfrastructureProvidedRole, caseInfrastructureRequiredRole, caseInnerDeclaration, caseInterface, caseInterfaceProvidingEntity, caseInterfaceProvidingRequiringEntity, caseInterfaceRequiringEntity, caseNamedElement, caseOperationInterface, caseOperationProvidedRole, caseOperationRequiredRole, casePassiveResource, caseProvidedRole, caseProvidesComponentType, caseRepository, caseRepositoryComponent, caseRequiredCharacterisation, caseRequiredRole, caseResourceInterfaceRequiringEntity, caseRole, caseSignature, caseSinkRole, caseSourceRole, defaultCasepublic String caseCollectionDataType(CollectionDataType object)
RepositorySwitchcaseCollectionDataType in class RepositorySwitch<String>object - the target of the switch.doSwitch(EObject)public String caseCompositeDataType(CompositeDataType object)
RepositorySwitchcaseCompositeDataType in class RepositorySwitch<String>object - the target of the switch.doSwitch(EObject)public String casePrimitiveDataType(PrimitiveDataType object)
RepositorySwitchcasePrimitiveDataType in class RepositorySwitch<String>object - the target of the switch.doSwitch(EObject)public String caseParameter(Parameter object)
RepositorySwitchcaseParameter in class RepositorySwitch<String>object - the target of the switch.doSwitch(EObject)public String caseOperationSignature(OperationSignature object)
RepositorySwitchcaseOperationSignature in class RepositorySwitch<String>object - the target of the switch.doSwitch(EObject)public String caseInfrastructureSignature(InfrastructureSignature object)
RepositorySwitchcaseInfrastructureSignature in class RepositorySwitch<String>object - the target of the switch.doSwitch(EObject)