Uses of Enum Class
com.e1c.langtool.history.scope.IQueryScopeRules.CompareRule
Packages that use IQueryScopeRules.CompareRule
-
Uses of IQueryScopeRules.CompareRule in com.e1c.langtool.history.scope
Methods in com.e1c.langtool.history.scope that return IQueryScopeRules.CompareRuleModifier and TypeMethodDescriptionIQueryScopeRules.getContext()IQueryScopeRules.getFeatureKey()IQueryScopeRules.getFeatureName()IQueryScopeRules.getLanguage()IQueryScopeRules.getProject()IQueryScopeRules.getResourceId()IQueryScopeRules.getStorageId()IQueryScopeRules.getValue()static IQueryScopeRules.CompareRuleReturns the enum constant of this class with the specified name.static IQueryScopeRules.CompareRule[]IQueryScopeRules.CompareRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.langtool.history.scope with parameters of type IQueryScopeRules.CompareRuleModifier and TypeMethodDescriptionQueryScope.Builder.context(IQueryScopeRules.CompareRule context) QueryScope.Builder.featureKey(IQueryScopeRules.CompareRule featureKey) QueryScope.Builder.featureName(IQueryScopeRules.CompareRule featureName) QueryScope.Builder.language(IQueryScopeRules.CompareRule language) QueryScope.Builder.project(IQueryScopeRules.CompareRule project) QueryScope.Builder.resourceId(IQueryScopeRules.CompareRule owner) QueryScope.Builder.storageId(IQueryScopeRules.CompareRule storageId) QueryScope.Builder.value(IQueryScopeRules.CompareRule value)