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

Packages that use K_PREDGESTYLE
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2gc   
de.mid.innovator.srv2api.icw2gcdia   
 

Uses of K_PREDGESTYLE in de.mid.innovator.srv2api.icw2elem
 

Methods in de.mid.innovator.srv2api.icw2elem that return K_PREDGESTYLE
static K_PREDGESTYLE K_PREDGESTYLE.valueOf(int value)
          Returns the enumeration constant of this type with the specified value.
static K_PREDGESTYLE K_PREDGESTYLE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static K_PREDGESTYLE[] K_PREDGESTYLE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of K_PREDGESTYLE in de.mid.innovator.srv2api.icw2gc
 

Methods in de.mid.innovator.srv2api.icw2gc that return K_PREDGESTYLE
 K_PREDGESTYLE GCConceptConnection.getEdgeStyle()
          The edge style, e.g. dotted or dashed.
 

Methods in de.mid.innovator.srv2api.icw2gc with parameters of type K_PREDGESTYLE
 void GCConceptConnection.setEdgeStyle(K_PREDGESTYLE value)
          Set the value of Attribut EdgeStyle.
 

Uses of K_PREDGESTYLE in de.mid.innovator.srv2api.icw2gcdia
 

Fields in de.mid.innovator.srv2api.icw2gcdia declared as K_PREDGESTYLE
 K_PREDGESTYLE ARG_XGCDiaConceptEdgeRep.edgeStyle
          edge style
 

Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type K_PREDGESTYLE
ARG_XGCDiaConceptEdgeRep(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, List<Point> seqStep, ARG_XPresElementRep valSource, ARG_XPresElementRep valTarget, Point pPosSourceText, Point pSizeSourceText, Point pPosTargetText, Point pSizeTargetText, boolean isSrcReconnectAble, boolean isTrgReconnectAble, boolean hasSrcTip, boolean hasTrgTip, boolean isNotDefaultPositioned, boolean isTextNotDefaultPositioned, boolean isSourceTextNotDefaultPositioned, boolean isTargetTextNotDefaultPositioned, K_PREDGETYPE kTypeEdge, boolean isHidden, K_PREDGE_TIP_STYLE tipStyle, K_PREDGESTYLE edgeStyle)