Interface MMProfileApplication
-
- All Superinterfaces:
ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELPackageImport,ELRelshipBinDir,ELUUIDAble
public interface MMProfileApplication extends ELPackageImport
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMMProfileApplication.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MMProfilegetAppliedProfile()MEModelgetApplyingModel()The model package that owns the profile application.MMProfilegetApplyingProfile()The profile that owns the profile application.-
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.ELPackageImport
getImportedPackage, getImportingNamespace, getVisibility, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELRelshipBinDir
getSource, getTarget, getTemplateTarget, reconnectRelship, setTarget
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getAppliedProfile
MMProfile getAppliedProfile() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getApplyingModel
MEModel getApplyingModel() throws InoNetException, SrvErrorException
The model package that owns the profile application.- Throws:
InoNetExceptionSrvErrorException
-
getApplyingProfile
MMProfile getApplyingProfile() throws InoNetException, SrvErrorException
The profile that owns the profile application.- Throws:
InoNetExceptionSrvErrorException
-
-