Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_NAME_SCOPE
Packages that use K_NAME_SCOPE
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.
Meta model and administration information.
-
Uses of K_NAME_SCOPE in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_NAME_SCOPEModifier and TypeFieldDescriptionARG_ModifyValueConstraint.kNameScopename scopeARG_M2AttrCnstrModify.scopeMethods in de.mid.innovator.srv2api.icw2elem that return K_NAME_SCOPEModifier and TypeMethodDescriptionELM2TypedElementCnstr.getScope()This constraint's scope.static K_NAME_SCOPEK_NAME_SCOPE.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_NAME_SCOPEReturns the enum constant of this class with the specified name.static K_NAME_SCOPE[]K_NAME_SCOPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_NAME_SCOPEModifier and TypeMethodDescriptionvoidELM2TypedElementCnstr.setScope(K_NAME_SCOPE value) Set the value of Attribut Scope.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_NAME_SCOPEModifierConstructorDescriptionARG_M2AttrCnstrModify(K_VATTR vAttr, int minLength, int maxLength, String regExp, boolean isCaseSensitive, K_NAME_SCOPE scope) ARG_ModifyValueConstraint(boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, String strRegExp) -
Uses of K_NAME_SCOPE in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_NAME_SCOPEModifier and TypeMethodDescriptionvoidMMStereotype.m2AttrCnstrModify(K_VATTR vAttr, int minLength, int maxLength, String regExp, boolean isCaseSensitive, K_NAME_SCOPE scope) Modifies the name constraints of this stereotype.voidMM2TypedElement.modifyValueConstraintDlg(boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, String strRegExp) Modify the value constraint for this typed element.static voidMM2TypedElementHelper.modifyValueConstraintDlg(SrvContext srvCtx, List<? extends MM2TypedElement> sel, boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, String strRegExp) Modify the value constraint for this typed element.