public static enum ControlsInfo.ControlEditOption extends java.lang.Enum<ControlsInfo.ControlEditOption>
Enum Constant and Description |
---|
AUTO |
EDITABLE |
READ_ONLY_ALWAYS |
READ_ONLY_CONDITION |
Modifier and Type | Method and Description |
---|---|
static ControlsInfo.ControlEditOption |
computeControlEditOption(java.lang.String pyEditOptions,
java.lang.String pyReadOnly,
java.lang.String pyReadOnlyCondition) |
static ControlsInfo.ControlEditOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlsInfo.ControlEditOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlsInfo.ControlEditOption READ_ONLY_ALWAYS
public static final ControlsInfo.ControlEditOption READ_ONLY_CONDITION
public static final ControlsInfo.ControlEditOption EDITABLE
public static final ControlsInfo.ControlEditOption AUTO
public static ControlsInfo.ControlEditOption[] values()
for (ControlsInfo.ControlEditOption c : ControlsInfo.ControlEditOption.values()) System.out.println(c);
public static ControlsInfo.ControlEditOption 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 static ControlsInfo.ControlEditOption computeControlEditOption(java.lang.String pyEditOptions, java.lang.String pyReadOnly, java.lang.String pyReadOnlyCondition)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.