| Field Summary |
|
static final int | _UDFDEP_INDEPENDENT
Integer value of enum value
"UDFDEP_INDEPENDENT"
If the UDF definition changes, the UDF placed in the model does not change. |
|
static final UDFDependencyType | UDFDEP_INDEPENDENT
Object value of enum value
"UDFDEP_INDEPENDENT"
If the UDF definition changes, the UDF placed in the model does not change. |
|
static final int | _UDFDEP_DRIVEN
Integer value of enum value
"UDFDEP_DRIVEN"
If the UDF definition changes, the UDF placed in the model also changes. |
|
static final UDFDependencyType | UDFDEP_DRIVEN
Object value of enum value
"UDFDEP_DRIVEN"
If the UDF definition changes, the UDF placed in the model also changes. |
|
static final int | _UDFDependencyType_null
Enum null value. |