Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_GCDIA_LAYOUT
Packages that use K_GCDIA_LAYOUT
Package
Description
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.
Concept diagrams and graphical representations for elements of the icw2gc
package.
-
Uses of K_GCDIA_LAYOUT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_GCDIA_LAYOUTModifier and TypeMethodDescriptionstatic K_GCDIA_LAYOUTK_GCDIA_LAYOUT.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_GCDIA_LAYOUTReturns the enum constant of this class with the specified name.static K_GCDIA_LAYOUT[]K_GCDIA_LAYOUT.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_GCDIA_LAYOUT in de.mid.innovator.srv2api.icw2gcdia
Fields in de.mid.innovator.srv2api.icw2gcdia declared as K_GCDIA_LAYOUTModifier and TypeFieldDescriptionARG_DynamicLayoutConfiguration.kActLayoutlayout used for this diagramARG_XGCDiaRep.kActLayoutlayout used for this diagramARG_DynamicLayoutConfiguration.kNewLayoutlayout configured as display notation for this diagramARG_XGCDiaRep.kNewLayoutlayout configured as display notation for this diagramConstructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type K_GCDIA_LAYOUTModifierConstructorDescriptionARG_DynamicLayoutConfiguration(K_GCDIA_LAYOUT kActLayout, K_GCDIA_LAYOUT kNewLayout, List<ARG_DynamicLayer> seqLayer) ARG_XGCDiaRep(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, boolean hasDiaFormat, int lZoom, Point pOrigin, K_ORIENTATION kOrientation, boolean isHiddenComments, boolean isHiddenAttachments, String strSvgApplConfHash, K_GCDIA_LAYOUT kActLayout, K_GCDIA_LAYOUT kNewLayout)