public static enum ControlsInfo.RuntimeParam extends java.lang.Enum<ControlsInfo.RuntimeParam>
Enum Constant and Description |
---|
BodyType |
CellId |
DisableWhen |
EditValidate |
ExpressionCode |
IsSpecialProp |
LayoutFormatType |
Localize |
ObfuscatedWhenCodeRO |
OnInput |
PropertyType |
PropMaxLength |
StringType |
Modifier and Type | Method and Description |
---|---|
ControlsInfo.RuntimeParam |
getNodeType(java.lang.String propName) |
java.lang.String |
getPropertyName() |
static ControlsInfo.RuntimeParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ControlsInfo.RuntimeParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlsInfo.RuntimeParam LayoutFormatType
public static final ControlsInfo.RuntimeParam BodyType
public static final ControlsInfo.RuntimeParam DisableWhen
public static final ControlsInfo.RuntimeParam ExpressionCode
public static final ControlsInfo.RuntimeParam ObfuscatedWhenCodeRO
public static final ControlsInfo.RuntimeParam PropertyType
public static final ControlsInfo.RuntimeParam IsSpecialProp
public static final ControlsInfo.RuntimeParam PropMaxLength
public static final ControlsInfo.RuntimeParam OnInput
public static final ControlsInfo.RuntimeParam EditValidate
public static final ControlsInfo.RuntimeParam StringType
public static final ControlsInfo.RuntimeParam Localize
public static final ControlsInfo.RuntimeParam CellId
public static ControlsInfo.RuntimeParam[] values()
for (ControlsInfo.RuntimeParam c : ControlsInfo.RuntimeParam.values()) System.out.println(c);
public static ControlsInfo.RuntimeParam 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 java.lang.String getPropertyName()
public ControlsInfo.RuntimeParam getNodeType(java.lang.String propName)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.