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
Modifier and Type Method Description booleangetExecuteRuleIfAnyMatcherMatches()UiObjectTypegetUiObjectType()java.util.List<UiValueMatcher>getValueMatcher()UiMatcherRulesetExecuteRuleIfAnyMatcherMatches(boolean executeRuleIfAnyMatcherMatches)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
valueMatcher
-
executeRuleIfAnyMatcherMatches
protected boolean executeRuleIfAnyMatcherMatches
-
-
Constructor Details
-
UiMatcherRule
@Deprecated public UiMatcherRule()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiMatcherRule
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getValueMatcher
-
getExecuteRuleIfAnyMatcherMatches
public boolean getExecuteRuleIfAnyMatcherMatches() -
setExecuteRuleIfAnyMatcherMatches
-