Uses of Class
de.mid.innovator.srv2api.icw2elem.K_ENTITY

Packages that use K_ENTITY
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2er The ER package (spezialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships. 
de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagramms 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
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(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
 K_ENTITY EREntity.getEntityKind()
          The kind of this entity.
 

Methods in de.mid.innovator.srv2api.icw2er with parameters of type K_ENTITY
 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
 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
ARG_XERDiaEntityNodeRep(PRPresElement ohPres, List<MEModelElement> seqModel, Class<? extends ELObject> kVOclPres, Class<? extends ELObject> kVOclModel, String strHashCode, 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, Point pPosText, Point pSizeText, boolean isTextMoveAble, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, Point pPos, Point pSize, 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 isSortAble, boolean isTemplate, boolean isTemplateBound, K_ENTITY kEntity, boolean isWeakEntity)