Uses of Class
de.mid.innovator.srv2api.icw2elem.K_OPERATOR
-
Packages that use K_OPERATOR 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_OPERATOR in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_OPERATOR Modifier and Type Field Description K_OPERATOR
ARG_XFindLabelTerm. op
find operatorK_OPERATOR
ARG_XFindPropertyTerm. op
find operatorK_OPERATOR
ARG_XFindStereoPropTerm. op
find operatorK_OPERATOR
ARG_XFindViewTerm. op
find operatorMethods in de.mid.innovator.srv2api.icw2elem that return K_OPERATOR Modifier and Type Method Description static K_OPERATOR
K_OPERATOR. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_OPERATOR
K_OPERATOR. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_OPERATOR[]
K_OPERATOR. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_OPERATOR Constructor Description ARG_XFindLabelTerm(boolean isNot, java.lang.String pattName, K_OPERATOR op, boolean isCase, java.lang.String value)
ARG_XFindPropertyTerm(boolean isNot, K_VATTR vattr, K_OPERATOR op, boolean isCase, java.lang.String value)
ARG_XFindStereoPropTerm(boolean isNot, java.lang.String pattName, K_OPERATOR op, boolean isCase, java.lang.String value)
ARG_XFindViewTerm(boolean isNot, K_VATTR vattr, K_OPERATOR op, int value, java.lang.Class<? extends ELObject> voclOutType, ELElement itemOutStereotype, ARG_XFindTerm term)
-
Uses of K_OPERATOR in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as K_OPERATOR Modifier and Type Field Description K_OPERATOR
ARG_FindHistoryDlgOclReqIn. op
operator for checkK_OPERATOR
ARG_XFindLabelByMMLabelTerm. op
find operatorK_OPERATOR
ARG_XFindStereoOptionByMMStereotypeTSOptionTerm. op
find operatorK_OPERATOR
ARG_XFindStereoPropByMMStereotypePropertyTerm. op
find operatorK_OPERATOR
ARG_XFindTextOperatorByMMTextTerm. op
find operatorMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_OPERATOR Modifier and Type Method Description static ARG_FindHistoryDlgOclReqOut
ADHistoryAbleHelper. getFindHistoryDlg(SrvContext srvCtx, K_FINDMODE mode, java.util.List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, java.lang.String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig)
Internal funktion for finding elements by history properties.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type K_OPERATOR Constructor Description ARG_FindHistoryDlgOclReqIn(K_FINDMODE mode, java.util.List<ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, java.lang.String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig)
ARG_XFindLabelByMMLabelTerm(boolean isNot, MMLabel label, K_OPERATOR op, boolean isCase, java.lang.String value)
ARG_XFindStereoOptionByMMStereotypeTSOptionTerm(boolean isNot, MMStereotypeTSOption stereoOption, K_OPERATOR op, boolean isCase, java.lang.String value)
ARG_XFindStereoPropByMMStereotypePropertyTerm(boolean isNot, MMStereotypeProperty stereoProp, K_OPERATOR op, boolean isCase, java.lang.String value)
ARG_XFindTextOperatorByMMTextTerm(boolean isNot, MMText text, K_OPERATOR op, boolean isCase, boolean expanded, java.lang.String value)
-