Uses of Class
de.mid.innovator.srv2api.icw2elem.K_AGGREGATION
-
Packages that use K_AGGREGATION Package Description de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of K_AGGREGATION in de.mid.innovator.srv2api.icw2cldia
Fields in de.mid.innovator.srv2api.icw2cldia declared as K_AGGREGATION Modifier and Type Field Description K_AGGREGATION
ARG_XCLDiaAssocEndEdgeRep. kAggregation
kind of aggregationConstructors in de.mid.innovator.srv2api.icw2cldia with parameters of type K_AGGREGATION Constructor Description ARG_XCLDiaAssocEndEdgeRep(PRPresElement ohPres, java.util.List<MEModelElement> seqModel, java.lang.Class<? extends ELObject> kVOclPres, java.lang.Class<? extends ELObject> kVOclModel, java.lang.String strUUIDPres, java.util.List<java.lang.String> seqUUIDModel, java.lang.String strHashCode, MMStereotype ohStereo, java.lang.String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, java.util.List<ARG_XImageRep> seqImageRep, java.util.List<ARG_XColorKindRep> seqColorRep, java.util.List<ARG_XTextRep> seqText, java.util.List<ARG_XPresElementRep> seqContent, boolean hasStatus, boolean hasAccess, K_LOCKSTATUS kLockStatus, boolean isTextAble, int cntConfigured, int cntModified, boolean isDeleteAble, boolean isSubtractAble, boolean isTransformAble, boolean isNoteAble, boolean isConstraintAble, boolean isAttachmentAble, boolean hasAttachment, boolean isDefaultReferenceAble, boolean isAdminPkg, boolean isArtifactOpenAble, boolean isSelectAble, boolean hasAnnotation, boolean isDuplicateAble, boolean isUnresolved, int iOpacity, java.util.List<ADClientAble> seqSyncElem, java.awt.Point pPosText, java.awt.Point pSizeText, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, boolean isInvalidPresentation, int iPresentationLevel, java.util.List<java.awt.Point> seqStep, ARG_XPresElementRep valSource, ARG_XPresElementRep valTarget, java.awt.Point pPosSourceText, java.awt.Point pSizeSourceText, java.awt.Point pPosTargetText, java.awt.Point pSizeTargetText, boolean isSrcReconnectAble, boolean isTrgReconnectAble, boolean hasSrcTip, boolean hasTrgTip, boolean isNotDefaultPositioned, boolean isTextNotDefaultPositioned, boolean isSourceTextNotDefaultPositioned, boolean isTargetTextNotDefaultPositioned, K_PREDGETYPE kTypeEdge, boolean isHidden, int iSourceTextPresentationLevel, int iTargetTextPresentationLevel, K_AGGREGATION kAggregation, boolean showReadDirection, boolean hasInverseReadDirection)
-
Uses of K_AGGREGATION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_AGGREGATION Modifier and Type Method Description K_AGGREGATION
ELProperty. getAggregation()
Specifies the kind of aggregation that applies to the property.static K_AGGREGATION
K_AGGREGATION. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_AGGREGATION
K_AGGREGATION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_AGGREGATION[]
K_AGGREGATION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_AGGREGATION Modifier and Type Method Description void
ELProperty. setAggregation(K_AGGREGATION value)
Set the value of Attribut Aggregation.
-