Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_GENERAL_KIND
Packages that use K_GENERAL_KIND
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
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.
Entity Relationship Diagrams and representations of entities and relationships,
as well as conceptual views and from clauses.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
-
Uses of K_GENERAL_KIND in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return K_GENERAL_KINDModifier and TypeMethodDescriptionDBSiblingConstraint.getSiblingKind()The sibling kind can be - ISA: disjoining and covering - SUB: disjoining but not covering - OR: not disjoining but coveringMethods in de.mid.innovator.srv2api.icw2db with parameters of type K_GENERAL_KINDModifier and TypeMethodDescriptionvoidDBSiblingConstraint.setSiblingKind(K_GENERAL_KIND value) Set the value of Attribut SiblingKind. -
Uses of K_GENERAL_KIND in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_GENERAL_KINDModifier and TypeMethodDescriptionstatic K_GENERAL_KINDK_GENERAL_KIND.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_GENERAL_KINDReturns the enum constant of this class with the specified name.static K_GENERAL_KIND[]K_GENERAL_KIND.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_GENERAL_KIND in de.mid.innovator.srv2api.icw2erdia
Fields in de.mid.innovator.srv2api.icw2erdia declared as K_GENERAL_KINDModifier and TypeFieldDescriptionARG_XERDiaGeneralizationSetNodeRep.kGeneralizationkind of this generalization (ISA, SUB, OR)Constructors in de.mid.innovator.srv2api.icw2erdia with parameters of type K_GENERAL_KINDModifierConstructorDescriptionARG_XERDiaGeneralizationSetNodeRep(PRPresElement ohPres, List<MEModelElement> seqModel, Class<? extends ELObject> kVOclPres, Class<? extends ELObject> kVOclModel, String strUUIDPres, List<String> seqUUIDModel, String strHashCode, String strHashCodeCalc, MMStereotype ohStereo, String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, List<ARG_XImageRep> seqImageRep, List<ARG_XColorKindRep> seqColorRep, List<ARG_XTextRep> seqText, 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, List<ADClientAble> seqSyncElem, Point pPosText, Point pSizeText, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, boolean isInvalidPresentation, int iPresentationLevel, K_HOR_ALIGN kTextHorAlign, K_VER_ALIGN kTextVerAlign, Point pPos, Point pSize, Point pDefaultSize, boolean calcDefaultPos, boolean asText, boolean isExpandAble, boolean isHorSizeAble, boolean isVerSizeAble, boolean isBorderSelectAble, boolean asIcon, K_ALIGN kAlignText, K_ORIENTATION kOrientation, K_PRESSPEC_TEXT_POSITION kTextPositionSpec, K_PRESSPEC_NODE_HEIGHT kNodeHeightSpec, K_PRESSPEC_ONFRAME_POSITION kOnFramePositionSpec, boolean isExpanded, boolean isHidden, boolean isEmbedAble, boolean hasEmbeddedContent, ARG_XClientOut valEmbeddedClient, ARG_XPresElementRep valConnected, K_GENERAL_KIND kGeneralization) -
Uses of K_GENERAL_KIND in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return K_GENERAL_KINDModifier and TypeMethodDescriptionIMGeneralizationSet.getGeneralKind()The kind of generalization set can be - ISA: disjoining and covering - SUB: disjoining but not covering - OR: not disjoining but coveringMethods in de.mid.innovator.srv2api.icw2im with parameters of type K_GENERAL_KINDModifier and TypeMethodDescriptionvoidIMGeneralizationSet.setGeneralKind(K_GENERAL_KIND value) Set the value of Info GeneralKind.