public enum WFObjectReferenceType extends java.lang.Enum<WFObjectReferenceType>
IWFObjectFieldEval.| Enum Constant and Description |
|---|
child
reference to descendant(s).
|
directChild
reference to direct child(ren)
IWFObjectsEval.getObjectType() cannot be null. |
directParent
reference to direct parent(s).
|
parent
reference to ascendant(s).
|
preference
reference to closest preference object(s).
|
self
reference to the object in the context itself
|
| Modifier and Type | Method and Description |
|---|---|
static WFObjectReferenceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFObjectReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WFObjectReferenceType self
public static final WFObjectReferenceType directParent
IWFObjectsEval.getObjectType() cannot be null.public static final WFObjectReferenceType parent
IWFObjectsEval.getObjectType(),
IWFObjectsEval.getReferencePaths() cannot be empty for the reference type.public static final WFObjectReferenceType directChild
IWFObjectsEval.getObjectType() cannot be null.public static final WFObjectReferenceType child
IWFObjectsEval.getObjectType(),
IWFObjectsEval.getReferencePaths() cannot be empty for the reference type.public static final WFObjectReferenceType preference
IWFObjectsEval.getObjectType() can be specified and also,
IWFObjectsEval.getCondition() can be set.public static WFObjectReferenceType[] values()
for (WFObjectReferenceType c : WFObjectReferenceType.values()) System.out.println(c);
public static WFObjectReferenceType 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, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.