public enum RespViewFieldType extends java.lang.Enum<RespViewFieldType>
Represents the type of responsive view field
| Enum Constant and Description |
|---|
ancestors
Represents field that shows ancestors
|
children
Represents field that shows children
|
descendants
Represents field that shows descendants
|
fileUploader
Represents file uploader field
|
group
Represents the grouped fields
|
help
Represents the help fields
|
object
Represents object field
|
other
Represents field that doesn't have a specific relationship (may have a filter, i.e.
|
parents
Represents field that shows parents
|
referencedContent
Represents a referenced content field
(makes an separate API call on load to fetch the field value)
|
siblings
Represents field that shows siblings
where sibling will be another child of the object's parents
|
tabGroup
Represents tabbed group
|
versions
Represents field that shows versions of SOXDocument
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasChildFields() |
boolean |
isRelationship()
Returns if the field type is relationship field or not.
|
static RespViewFieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RespViewFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RespViewFieldType object
public static final RespViewFieldType group
public static final RespViewFieldType tabGroup
public static final RespViewFieldType help
public static final RespViewFieldType children
public static final RespViewFieldType parents
public static final RespViewFieldType ancestors
public static final RespViewFieldType descendants
public static final RespViewFieldType siblings
public static final RespViewFieldType other
public static final RespViewFieldType versions
public static final RespViewFieldType fileUploader
public static final RespViewFieldType referencedContent
public static RespViewFieldType[] values()
for (RespViewFieldType c : RespViewFieldType.values()) System.out.println(c);
public static RespViewFieldType 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 isRelationship()
public boolean hasChildFields()
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.