de.mid.innovator.srv2api.icw2meta
Interface MMVerifyClassification

All Superinterfaces:
ADClientAble, ADM2AttrModifyAble, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, MMMetamodelElement

public interface MMVerifyClassification
extends ELContainerAble, MMMetamodelElement


Nested Class Summary
static class MMVerifyClassification.VAttr
           
 
Method Summary
 MM2Classification getClassification()
          All verify classifications of this classification.
 List<MMEngineeringAction> getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags)
          All engineering actions owned by this verification category.
 List<MMVerifyClassification> getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags)
          All verification categories owned by this verification category.
 List<MMVerifyMsg> getOwnedVerifyMessage(K_CONTROL_OPTION... behaviourFlags)
          All verification messages owned by this verification category.
 MMVerifyClassification getOwningVerifyClassification()
          The verification category that owns this verification category.
 MMVerifyPackage getOwningVerifyPackage()
          The verification section that owns this verification category.
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getCheckSetNotToLocalizeAttribute, getClientDependency, getNotToLocalizeAttribute, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedLocalizedValue, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, resetNotToLocalizeAttribute, setNotToLocalizeAttribute, sortContents
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
 
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getLogic, getLogic, getPresentationContext, getSection
 
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.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.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
 

Method Detail

getClassification

MM2Classification getClassification()
                                    throws InoNetException,
                                           SrvErrorException
All verify classifications of this classification.

Throws:
InoNetException
SrvErrorException

getOwnedEngineeringAction

List<MMEngineeringAction> getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags)
                                                    throws InoNetException,
                                                           SrvErrorException
All engineering actions owned by this verification category.

Parameters:
behaviourFlags - An optional list of enum values to control the behaviour of the command.
Throws:
InoNetException
SrvErrorException
Sorted:
the result may be sorted.

getOwnedVerifyClassification

List<MMVerifyClassification> getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags)
                                                          throws InoNetException,
                                                                 SrvErrorException
All verification categories owned by this verification category.

Parameters:
behaviourFlags - An optional list of enum values to control the behaviour of the command.
Throws:
InoNetException
SrvErrorException
Sorted:
the result may be sorted.

getOwnedVerifyMessage

List<MMVerifyMsg> getOwnedVerifyMessage(K_CONTROL_OPTION... behaviourFlags)
                                        throws InoNetException,
                                               SrvErrorException
All verification messages owned by this verification category.

Parameters:
behaviourFlags - An optional list of enum values to control the behaviour of the command.
Throws:
InoNetException
SrvErrorException
Sorted:
the result may be sorted.

getOwningVerifyClassification

MMVerifyClassification getOwningVerifyClassification()
                                                     throws InoNetException,
                                                            SrvErrorException
The verification category that owns this verification category.

Throws:
InoNetException
SrvErrorException

getOwningVerifyPackage

MMVerifyPackage getOwningVerifyPackage()
                                       throws InoNetException,
                                              SrvErrorException
The verification section that owns this verification category.

Throws:
InoNetException
SrvErrorException