Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_OPERATOR
Packages that use K_OPERATOR
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_OPERATOR in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as K_OPERATORModifier and TypeFieldDescriptionARG_XFindLabelTerm.opfind operatorARG_XFindPropertyTerm.opfind operatorARG_XFindStereoPropTerm.opfind operatorARG_XFindViewTerm.opfind operatorMethods in de.mid.innovator.srv2api.icw2elem that return K_OPERATORModifier and TypeMethodDescriptionstatic K_OPERATORK_OPERATOR.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_OPERATORReturns the enum constant of this class with the specified name.static K_OPERATOR[]K_OPERATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type K_OPERATORModifierConstructorDescriptionARG_XFindLabelTerm(boolean isNot, String pattName, K_OPERATOR op, boolean isCase, String value) ARG_XFindPropertyTerm(boolean isNot, K_VATTR vattr, K_OPERATOR op, boolean isCase, String value) ARG_XFindStereoPropTerm(boolean isNot, String pattName, K_OPERATOR op, boolean isCase, String value) ARG_XFindViewTerm(boolean isNot, K_VATTR vattr, K_OPERATOR op, int value, 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_OPERATORModifier and TypeFieldDescriptionARG_FindHistoryDlgOclReqIn.opoperator for checkARG_XFindLabelByMMLabelTerm.opfind operatorARG_XFindStereoOptionByMMStereotypeTSOptionTerm.opfind operatorARG_XFindStereoPropByMMStereotypePropertyTerm.opfind operatorARG_XFindTextOperatorByMMTextTerm.opfind operatorMethods in de.mid.innovator.srv2api.icw2meta with parameters of type K_OPERATORModifier and TypeMethodDescriptionstatic ARG_FindHistoryDlgOclReqOutADHistoryAbleHelper.getFindHistoryDlg(SrvContext srvCtx, K_FINDMODE mode, List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, 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_OPERATORModifierConstructorDescriptionARG_FindHistoryDlgOclReqIn(K_FINDMODE mode, List<ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, 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, String value) ARG_XFindStereoOptionByMMStereotypeTSOptionTerm(boolean isNot, MMStereotypeTSOption stereoOption, K_OPERATOR op, boolean isCase, String value) ARG_XFindStereoPropByMMStereotypePropertyTerm(boolean isNot, MMStereotypeProperty stereoProp, K_OPERATOR op, boolean isCase, String value) ARG_XFindTextOperatorByMMTextTerm(boolean isNot, MMText text, K_OPERATOR op, boolean isCase, boolean expanded, String value)