public static enum VariableAssignment.Source extends Enum<VariableAssignment.Source>
Enum Constant and Description |
---|
CALCULATION |
CONST |
DATAMODULE |
DDE |
FIELD |
SYSTEM |
USER |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
static VariableAssignment.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableAssignment.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableAssignment.Source DDE
public static final VariableAssignment.Source CONST
public static final VariableAssignment.Source DATAMODULE
public static final VariableAssignment.Source USER
public static final VariableAssignment.Source SYSTEM
public static final VariableAssignment.Source CALCULATION
public static final VariableAssignment.Source VARIABLE
public static final VariableAssignment.Source FIELD
public static VariableAssignment.Source[] values()
for (VariableAssignment.Source c : VariableAssignment.Source.values()) System.out.println(c);
public static VariableAssignment.Source 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.