Uses of Class
de.mid.innovator.srv2api.icw2elem.K_NAME_SCOPE
-
Packages that use K_NAME_SCOPE Package Description 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.de.mid.innovator.srv2api.icw2meta 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_SCOPE Modifier and Type Field Description K_NAME_SCOPEARG_ModifyValueConstraint. kNameScopename scopeK_NAME_SCOPEARG_M2AttrCnstrModify. scopeMethods in de.mid.innovator.srv2api.icw2elem that return K_NAME_SCOPE Modifier and Type Method Description K_NAME_SCOPEELM2TypedElementCnstr. 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_SCOPEK_NAME_SCOPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static K_NAME_SCOPE[]K_NAME_SCOPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_NAME_SCOPE Modifier and Type Method Description voidELM2TypedElementCnstr. setScope(K_NAME_SCOPE value)Set the value of Attribut Scope.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_NAME_SCOPE Constructor Description ARG_M2AttrCnstrModify(K_VATTR vAttr, int minLength, int maxLength, java.lang.String regExp, boolean isCaseSensitive, K_NAME_SCOPE scope)ARG_ModifyValueConstraint(boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, java.lang.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_SCOPE Modifier and Type Method Description voidMMStereotype. m2AttrCnstrModify(K_VATTR vAttr, int minLength, int maxLength, java.lang.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, java.lang.String strRegExp)Modify the value constraint for this typed element.static voidMM2TypedElementHelper. modifyValueConstraintDlg(SrvContext srvCtx, java.util.List<? extends MM2TypedElement> sel, boolean isCaseSensitive, K_NAME_SCOPE kNameScope, int lMinLength, int lMaxLength, java.lang.String strRegExp)Modify the value constraint for this typed element.
-