public enum RespViewActionType extends java.lang.Enum<RespViewActionType>
Represents the type of responsive view action
| Enum Constant and Description |
|---|
addNew
Represents Objects AddNew Action Type
|
associate
Represents Objects Associate Action Type
|
associatePrimary
Represents Primary Parent Associate Action Type
|
copyRecursive
Represents Copy Recursive Action Type
|
delete
Represents Objects Delete Action Type
|
suggestAssociations
Represents an IBM Watson classifier integration
|
| Modifier and Type | Method and Description |
|---|---|
static RespViewActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RespViewActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RespViewActionType associate
public static final RespViewActionType associatePrimary
public static final RespViewActionType delete
public static final RespViewActionType addNew
public static final RespViewActionType copyRecursive
public static final RespViewActionType suggestAssociations
public static RespViewActionType[] values()
for (RespViewActionType c : RespViewActionType.values()) System.out.println(c);
public static RespViewActionType 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 null
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.