Package de.mid.innovator.m2msdk.util
Interface IdentifierAble
- All Known Subinterfaces:
AnchorGroupIF,ApplicationInterface,ChangeSetIF,ConditionIF,ConfigurableItemIF,ConstraintIF,EngineInterface,ExtensionStatementIF,FilterExtensionStatementIF,FrameInterface,FunctionalVariationPointIF,GroupIF,InsertIF,MappingModelGlueIF,ModelAnchorIF,ModelEmbeddingIF,ModelExtensionIF,ModelTransformationIF,ModelTransformationStepIF,ModificationIF,OperatorIF,ParameterIF,PatternIF,PatternProductionIF,ReferenceIF,SetExtensionStatementIF,SolutionIF,SourceMatchClassIF,TargetMatchClassIF,TemplateIF,WorkflowInterface
- All Known Implementing Classes:
AddToStore,AnchorAllGroup,AnchorAnyGroup,AnchorChoiceGroup,AnchorGroup,AndFunction,ChangeFrame,ChangeSet,ClassRegister,Condition,ConfigurableItem,ConfigurationFrame,ConfigurationReader,ConfigurationWriter,ConflictFrame,ConflictType,ConflictTypeNameChanged,ConflictTypeNamespace,ConflictTypeNullForeign,ConflictTypeNullPrimaryForeign,ConflictTypeNullPrimaryPrimary,ConflictTypeSplitByColumn,ConflictTypeSplitByRow,Constraint,DebugFrame,DeleteMappingModelGlueInnovatorDependency,DeleteStore,ElementFromActivePassiveSelection,ElementFromInitialSelection,ElementFromStore,ElementFromStore,Error,ErrorFrame,ExtensionGroup,FileFrame,FilterChanged,FunctionalVariationPointGroup,FunctionalVariationPointGroups,InnovatorModelCreate,InnovatorModelDelete,InnovatorModelImportAOB,InnovatorModelRestoreFromZip,InnovatorModelSaveToZip,InnovatorModelWorkflowBase,InnovatorRepositoryCreate,InnovatorRepositoryRestoreFromZip,InnovatorRepositorySaveToZip,InnovatorRepositoryShutdown,InnovatorRepositoryStart,InnovatorRepositoryStatus,InnovatorRepositoryWorkflowBase,Insert,LastMappingDataWriter,LogCleaner,LogFrame,LogWriter,MapCompartmentVisibility,MapEdgePositions,MappingElementReaderBase,MappingElementWriterBase,MappingModelGlue,MappingModelGlueInnovator,MappingModelGlueInnovatorDependency,MappingModelGlueInnovatorProxyAbstractBase,MappingModelGlueInnovatorProxyExternModel,MappingModelGlueInnovatorProxyInnovator,MappingModelGlueNull,MapTextPosition,ModelAnchor,ModelAnchorCustomNavigation,ModelAnchorInnovator,ModelAnchorInnovatorAbsolutePath,ModelAnchorInnovatorAssociation,ModelAnchorInnovatorAssociationEnd,ModelAnchorInnovatorCustomNavigation,ModelAnchorInnovatorSourceTarget,ModelAnchorInnovatorUri,ModelAnchorSelf,ModelAnchorSubStep,ModelConfigurationImporterReader,ModelExtension,ModelTransformation,ModelTransformationStep,ModelTransformationStepBase,Modification,NotAndFunction,NotOrFunction,NullTransform,Operator,OptionFrame,OptionReader,OptionSetter,OptionWriter,OrFunction,ParameterCardinalityStructure,ParameterImpl,ParameterListRangeSelectionStructure,ParameterStructureBase,Pattern,PatternEmbeddingDefault,PatternEmbeddingInnovatorDiagram,PatternEmbeddingInnovatorSortOrder,PatternEmbeddingMultiple,PatternEmbeddingNull,PatternEmbeddingPair,PatternEmbeddingQualified,PatternExtendingInnovator,PatternHookBase,PatternHookElementFromActivePassiveSelection,PatternHookElementFromInitialSelection,PatternHookElementFromTransformationStep,PatternHookInnovator,PatternProductionAbs2RelPositionInnovator,PatternProductionAppend,PatternProductionAssignmentInnovator,PatternProductionBaseInnovator,PatternProductionDiagramInnovator,PatternProductionDiagramRotationInnovator,PatternProductionError,PatternProductionNull,PatternProductionPathSequence,PatternProductionSortOrderInnovator,PatternProductionStretchDiaNodePositionsInnovator,PatternSourceHookElementByElementURI,PatternSourceHookPackageByPath,PatternTargetHookElementByCreateRedirect,PatternTargetHookElementByElementURI,PatternTargetHookElementByMappingConfigurationPackage,PatternTargetHookPackageByPath,PatternTargetMatchAnchor,PatternTargetMatchAssociationEndInnovator,PatternTargetMatchAssociationInnovator,PatternTargetMatchBase,PatternTargetMatchBaseInnovator,PatternTargetMatchCommentAssignInnovator,PatternTargetMatchDiagramInnovator,PatternTargetMatchInnovator,PatternTargetMatchInnovatorLost,PatternTargetMatchOwning,PatternTargetMatchPathSequence,PatternTargetMatchSource,PatternTargetMatchSourceTargetInnovator,ProgressFrame,Reference,RelationModelWriter,RemoveFromStore,RepositoryShutdown,RepositoryStartOrCreate,ServerFrame,SetExtension,SimpleExtension,SimpleTransform,SourceCleaner,SourceFrame,SourceReader,SourceReaderInnovator,SourceReaderJavaBeans,SourceWriter,SourceWriterInnovator,StepGroup,StepReferenceParameterStructure,StoreReader,StoreRWBase,StoreWriter,SuccessFrame,TabbedFrame,TargetFrame,TargetReader,TargetReaderInnovator,TargetWriter,TargetWriterInnovator,TransformationStepIterator,WelcomeFrame,WizardHorizontalFrame,WizardVerticalFrame,WorkflowRunner,XOrFunction
public interface IdentifierAble
Interface for objects which are identifyable.
- Version:
- 11.1.0
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Get the identifier of the owning model transformation step.voidsetId(Identifier id) Set the identifier.
-
Method Details
-
getId
Identifier getId()Get the identifier of the owning model transformation step.- Returns:
- id
-
setId
Set the identifier.- Parameters:
id- id
-