Uses of Class
de.mid.innovator.srv2api.icw2elem.K_ENTITY
-
Packages that use K_ENTITY Package Description 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.de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses. -
-
Uses of K_ENTITY in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_ENTITY Modifier and Type Method Description static K_ENTITY
K_ENTITY. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_ENTITY
K_ENTITY. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_ENTITY[]
K_ENTITY. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_ENTITY in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return K_ENTITY Modifier and Type Method Description K_ENTITY
EREntity. getEntityKind()
The kind of this entity.Methods in de.mid.innovator.srv2api.icw2er with parameters of type K_ENTITY Modifier and Type Method Description void
EREntity. setEntityKind(K_ENTITY value)
Set the value of Info EntityKind. -
Uses of K_ENTITY in de.mid.innovator.srv2api.icw2erdia
Fields in de.mid.innovator.srv2api.icw2erdia declared as K_ENTITY Modifier and Type Field Description K_ENTITY
ARG_XERDiaEntityNodeRep. kEntity
kind of this entity (E, ER, R)Constructors in de.mid.innovator.srv2api.icw2erdia with parameters of type K_ENTITY Constructor Description ARG_XERDiaEntityNodeRep(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.awt.Point pPos, java.awt.Point pSize, java.awt.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, K_COMPARTMENT kComp, boolean isOpened, K_COMPLETENESS kCompleteness, boolean isOpenAble, boolean isCloseAble, boolean isSortAble, boolean isTemplate, boolean isTemplateBound, K_ENTITY kEntity, boolean isWeakEntity)
-