Package org.teamapps.dto
Class UiMatcherRule
- java.lang.Object
-
- org.teamapps.dto.UiMatcherRule
-
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiFormattingRule,UiValidationRule,UiVisibilityRule
public class UiMatcherRule extends java.lang.Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanexecuteRuleIfAnyMatcherMatchesprotected java.util.List<UiValueMatcher>valueMatcher
-
Constructor Summary
Constructors Constructor Description UiMatcherRule()Deprecated.Only for Jackson deserialization.UiMatcherRule(java.util.List<UiValueMatcher> valueMatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetExecuteRuleIfAnyMatcherMatches()UiObjectTypegetUiObjectType()java.util.List<UiValueMatcher>getValueMatcher()UiMatcherRulesetExecuteRuleIfAnyMatcherMatches(boolean executeRuleIfAnyMatcherMatches)java.lang.StringtoString()
-
-
-
Field Detail
-
valueMatcher
protected java.util.List<UiValueMatcher> valueMatcher
-
executeRuleIfAnyMatcherMatches
protected boolean executeRuleIfAnyMatcherMatches
-
-
Constructor Detail
-
UiMatcherRule
@Deprecated public UiMatcherRule()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiMatcherRule
public UiMatcherRule(java.util.List<UiValueMatcher> valueMatcher)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getValueMatcher
public java.util.List<UiValueMatcher> getValueMatcher()
-
getExecuteRuleIfAnyMatcherMatches
public boolean getExecuteRuleIfAnyMatcherMatches()
-
setExecuteRuleIfAnyMatcherMatches
public UiMatcherRule setExecuteRuleIfAnyMatcherMatches(boolean executeRuleIfAnyMatcherMatches)
-
-