Interface ADAnnotation
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,ADTimeAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
public interface ADAnnotation extends ADTimeAble, ELDeleteAble, ADClientAble, ELContAsgnAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADAnnotation.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends ADClientAble>
java.util.List<T>getAnnotatedElement(java.lang.Class<T> returnType)
All elements which are annotated by this annotation.PRDia
getOwningDiagram()
The diagram owning this annotation.ADAnnotation
getParentAnnotation()
The parent annotation of this annotation.java.util.List<ADAnnotation>
getSonAnnotation()
All son annotations of this annotation.void
setAnnotatedElement(java.util.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, 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.icw2meta.ADTimeAble
getLtime, getNote, getUsrName, setLtime, setNote, setUsrName
-
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
-
-
-
-
Method Detail
-
getParentAnnotation
ADAnnotation getParentAnnotation() throws InoNetException, SrvErrorException
The parent annotation of this annotation.- Throws:
InoNetException
SrvErrorException
-
getSonAnnotation
java.util.List<ADAnnotation> getSonAnnotation() throws InoNetException, SrvErrorException
All son annotations of this annotation.- Throws:
InoNetException
SrvErrorException
-
getAnnotatedElement
<T extends ADClientAble> java.util.List<T> getAnnotatedElement(java.lang.Class<T> returnType) throws InoNetException, SrvErrorException
All elements which are annotated by this annotation.- Parameters:
returnType
- Specifies the type of elements to be returned.- Throws:
InoNetException
SrvErrorException
-
setAnnotatedElement
void setAnnotatedElement(java.util.List<? extends ADClientAble> values) throws InoNetException, SrvErrorException
Set the value of Foreign Key AnnotatedElement.- Parameters:
values
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getOwningDiagram
PRDia getOwningDiagram() throws InoNetException, SrvErrorException
The diagram owning this annotation.- Throws:
InoNetException
SrvErrorException
-
-