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 classMMSyncedProperty.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MMSyncedStereotypegetOwningSyncedStereotype()TheMMSyncedStereotypeowning thisMMSyncedProperty.MM2TypedElementgetProperty()TheMM2TypedElementof thisMMSyncedProperty.MMSyncSetPropertygetSyncSetProperty()TheMMSyncSetPropertysyncing thisMMSyncedProperty.voidsynchronizeThis(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:
InoNetExceptionSrvErrorException
-
getSyncSetProperty
MMSyncSetProperty getSyncSetProperty() throws InoNetException, SrvErrorException
TheMMSyncSetPropertysyncing thisMMSyncedProperty.- Throws:
InoNetExceptionSrvErrorException
-
getProperty
MM2TypedElement getProperty() throws InoNetException, SrvErrorException
TheMM2TypedElementof thisMMSyncedProperty.- Throws:
InoNetExceptionSrvErrorException
-
getOwningSyncedStereotype
MMSyncedStereotype getOwningSyncedStereotype() throws InoNetException, SrvErrorException
TheMMSyncedStereotypeowning thisMMSyncedProperty.- Throws:
InoNetExceptionSrvErrorException
-
-