Uses of Class
de.mid.innovator.srv2api.icw2elem.K_PARAM_DIRKIND
-
Packages that use K_PARAM_DIRKIND Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.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_PARAM_DIRKIND in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return K_PARAM_DIRKIND Modifier and Type Method Description K_PARAM_DIRKIND
ACParamNode. getParameterDirection()
Specifies the direction kind of the assigned parameter.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type K_PARAM_DIRKIND Modifier and Type Method Description void
ACParamNode. setParameterDirection(K_PARAM_DIRKIND value)
Set the value of Info ParameterDirection. -
Uses of K_PARAM_DIRKIND in de.mid.innovator.srv2api.icw2acdia
Fields in de.mid.innovator.srv2api.icw2acdia declared as K_PARAM_DIRKIND Modifier and Type Field Description K_PARAM_DIRKIND
ARG_XACDiaObjNodeRep. direction
direction of parameterConstructors in de.mid.innovator.srv2api.icw2acdia with parameters of type K_PARAM_DIRKIND Constructor Description ARG_XACDiaObjNodeRep(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, boolean isControlType, K_PARAM_DIRKIND direction, boolean isException, boolean isStream, K_EFFECTKIND effect, CLParameter ohPar)
-
Uses of K_PARAM_DIRKIND in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as K_PARAM_DIRKIND Modifier and Type Field Description K_PARAM_DIRKIND
ARG_CLParameterDeclaration. kDir
direction of the parameterMethods in de.mid.innovator.srv2api.icw2class that return K_PARAM_DIRKIND Modifier and Type Method Description K_PARAM_DIRKIND
CLParameter. getDirection()
Specifies the direction kind of this parameter.Methods in de.mid.innovator.srv2api.icw2class with parameters of type K_PARAM_DIRKIND Modifier and Type Method Description void
CLParameter. setDirection(K_PARAM_DIRKIND value)
Set the value of Attribut Direction.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type K_PARAM_DIRKIND Constructor Description ARG_CLParameterDeclaration(CLParameter ohPar, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, K_PARAM_DIRKIND kDir, java.lang.String strLower, java.lang.String strUpper, int idStereoPar)
-
Uses of K_PARAM_DIRKIND in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_PARAM_DIRKIND Modifier and Type Method Description static K_PARAM_DIRKIND
K_PARAM_DIRKIND. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_PARAM_DIRKIND
K_PARAM_DIRKIND. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_PARAM_DIRKIND[]
K_PARAM_DIRKIND. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-