Package | Description |
---|---|
com.ads.api.beans.common |
Contains Collection Classes,Java Bean Classes which are specific to Mappings, Assigned Resources of the Project, Documents related to projects.
|
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
Modifier and Type | Method and Description |
---|---|
static Node.Depth |
Node.Depth.getDepth(java.lang.String value)
Returns the depth of the specified value.
|
static Node.Depth |
Node.Depth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Node.Depth[] |
Node.Depth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Project> |
MappingManagerUtil.getProjects(Node.Depth depth)
Returns the projects and its Details according to the specified Depth.
|