public final class RuleType extends Object
| Modifier and Type | Field and Description |
|---|---|
static RuleType |
AccessPermissionRule
Defines the type 'Access permission rule'.
|
static RuleType |
ActionPermissionRule
Defines the type 'Action permission rule'.
|
static RuleType |
AutomatedRule
Defines the type 'Automated rule'.
|
static RuleType |
ManualValidationRule
Defines the type 'Manual validation rule'.
|
static RuleType |
TableSetRule
Defines the type 'Table set rule'.
|
static RuleType |
ValidationRule
Defines the type 'Validation rule'.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCodification()
Returns the
String codification value of this RuleType. |
String |
getLabel()
Returns the
String label of this RuleType. |
String |
getType()
Returns the
String value of this RuleType. |
int |
hashCode() |
boolean |
isAccessPermissionRule()
Returns
true if this is an 'Access permission rule'. |
boolean |
isActionPermissionRule()
Returns
true if this is an 'Action permission rule'. |
boolean |
isAutomatedRule()
Returns
true if this is an 'Automated rule'. |
boolean |
isManualValidationRule()
Returns
true if this is a 'Manual Validation rule'. |
boolean |
isTableSetRule()
Returns
true if this is a 'Table set rule'. |
boolean |
isValidationRule()
Returns
true if this is a 'Validation rule'. |
static RuleType |
parse(String type)
Returns the
RuleType instance that corresponds to the value specified. |
public static final RuleType ValidationRule
public static final RuleType ManualValidationRule
public static final RuleType AutomatedRule
public static final RuleType TableSetRule
public static final RuleType AccessPermissionRule
public static final RuleType ActionPermissionRule
public static RuleType parse(String type)
RuleType instance that corresponds to the value specified.public String getType()
String value of this RuleType.public String getCodification()
String codification value of this RuleType.public String getLabel()
String label of this RuleType.public boolean isAutomatedRule()
true if this is an 'Automated rule'.public boolean isManualValidationRule()
true if this is a 'Manual Validation rule'.public boolean isValidationRule()
true if this is a 'Validation rule'.public boolean isTableSetRule()
true if this is a 'Table set rule'.public boolean isAccessPermissionRule()
true if this is an 'Access permission rule'.public boolean isActionPermissionRule()
true if this is an 'Action permission rule'.