public enum RespViewRuleConditionType extends java.lang.Enum<RespViewRuleConditionType>
Represents the type of the condition for responsive view identification rule
| Enum Constant and Description |
|---|
conditions
Represents grouping of the conditions
|
currentUser
Represents a condition to check if a field value is the logged in user, or the logged in user is a member of the field value group
|
enumerated
Represents a condition to match the enumerated string value(s)
|
groups
Represents a condition to match a field value to group(s)
|
inGroups
Represents a condition to check if a field value to be a member of group(s)
|
parentTypes
Represents a condition to match the intended parent object type of a creation view
|
profiles
Represents a condition to match the current object profile of the user
|
users
Represents a condition to match a field value to user(s)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFieldCondition() |
static RespViewRuleConditionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RespViewRuleConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RespViewRuleConditionType conditions
public static final RespViewRuleConditionType users
public static final RespViewRuleConditionType groups
public static final RespViewRuleConditionType inGroups
public static final RespViewRuleConditionType currentUser
public static final RespViewRuleConditionType enumerated
public static final RespViewRuleConditionType profiles
public static final RespViewRuleConditionType parentTypes
public static RespViewRuleConditionType[] values()
for (RespViewRuleConditionType c : RespViewRuleConditionType.values()) System.out.println(c);
public static RespViewRuleConditionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isFieldCondition()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.