Interface ADAnnotation
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ADTimeAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<T extends ADClientAble>
List<T> getAnnotatedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements which are annotated by this annotation.The diagram owning this annotation.The parent annotation of this annotation.All son annotations of this annotation.voidsetAnnotatedElement(List<? extends ADClientAble> values) Set the value of Foreign Key AnnotatedElement.Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADTimeAble
getLtime, getNote, getUsrName, setLtime, setNote, setUsrNameMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getParentAnnotation
The parent annotation of this annotation.- Throws:
InoNetExceptionSrvErrorException
-
getSonAnnotation
All son annotations of this annotation.- Throws:
InoNetExceptionSrvErrorException
-
getAnnotatedElement
<T extends ADClientAble> List<T> getAnnotatedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All elements which are annotated by this annotation.- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
setAnnotatedElement
void setAnnotatedElement(List<? extends ADClientAble> values) throws InoNetException, SrvErrorException Set the value of Foreign Key AnnotatedElement.- Parameters:
values- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getOwningDiagram
The diagram owning this annotation.- Throws:
InoNetExceptionSrvErrorException
-