Interface MMSyncedProperty
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
,MMMetamodelElement
public interface MMSyncedProperty extends MMMetamodelElement
A synchronized property is valid for all stereotypes of itsMMSyncSet
.
It is a property of the conceptual element that is the same in every method context.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MMSyncedProperty.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MMSyncedStereotype
getOwningSyncedStereotype()
TheMMSyncedStereotype
owning thisMMSyncedProperty
.MM2TypedElement
getProperty()
TheMM2TypedElement
of thisMMSyncedProperty
.MMSyncSetProperty
getSyncSetProperty()
TheMMSyncSetProperty
syncing thisMMSyncedProperty
.void
synchronizeThis(ELElement item)
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
-
-
-
Method Detail
-
synchronizeThis
void synchronizeThis(ELElement item) throws InoNetException, SrvErrorException
- Parameters:
item
- ELElement instance- Throws:
InoNetException
SrvErrorException
-
getSyncSetProperty
MMSyncSetProperty getSyncSetProperty() throws InoNetException, SrvErrorException
TheMMSyncSetProperty
syncing thisMMSyncedProperty
.- Throws:
InoNetException
SrvErrorException
-
getProperty
MM2TypedElement getProperty() throws InoNetException, SrvErrorException
TheMM2TypedElement
of thisMMSyncedProperty
.- Throws:
InoNetException
SrvErrorException
-
getOwningSyncedStereotype
MMSyncedStereotype getOwningSyncedStereotype() throws InoNetException, SrvErrorException
TheMMSyncedStereotype
owning thisMMSyncedProperty
.- Throws:
InoNetException
SrvErrorException
-
-