| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ModelDescriptor | GetDepModel
()
Get method for attribute "DepModel" The model descriptor that describes the dependency |
| boolean | IsUDFGroup
()
Identifies if a model dependency is to a UDF group. |
| void | SetDepModel
(ModelDescriptor value)
Set method for attribute "DepModel" The model descriptor that describes the dependency |
| Method Detail |
|---|
| GetDepModel/SetDepModel |
|---|
| ModelDescriptor | GetDepModel | () |
| void | SetDepModel | (ModelDescriptor value) |
| The model descriptor that describes the dependency |
| IsUDFGroup |
|---|
| boolean | IsUDFGroup | () |
| Identifies if a model dependency is to a UDF group.
The model descriptor for this dependency will not have a type set, and may not be used for retrieval or other operations.
|