public static enum FieldAssignment.Bind extends Enum<FieldAssignment.Bind>
Enum Constant and Description |
---|
CALCULATION |
CONST |
DATAMODULE |
DDE |
IGNORE |
SYSTEM |
USER |
Modifier and Type | Method and Description |
---|---|
static FieldAssignment.Bind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldAssignment.Bind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldAssignment.Bind IGNORE
public static final FieldAssignment.Bind DDE
public static final FieldAssignment.Bind CONST
public static final FieldAssignment.Bind DATAMODULE
public static final FieldAssignment.Bind USER
public static final FieldAssignment.Bind SYSTEM
public static final FieldAssignment.Bind CALCULATION
public static FieldAssignment.Bind[] values()
for (FieldAssignment.Bind c : FieldAssignment.Bind.values()) System.out.println(c);
public static FieldAssignment.Bind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.