|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyType | |
com.sap.ip.me.api.smartsync |
Uses of DependencyType in com.sap.ip.me.api.smartsync |
Fields in com.sap.ip.me.api.smartsync declared as DependencyType | |
static DependencyType |
DependencyType.INDEPENDENT
Represents a non-dependency. |
static DependencyType |
DependencyType.RELATING_DEPENDENT
Describes dependency of relating entity on related entity |
static DependencyType |
DependencyType.RELATED_DEPENDENT
Describes dependency of related entity on relating entity |
Methods in com.sap.ip.me.api.smartsync that return DependencyType | |
DependencyType |
RelationDescriptor.getDependency()
Returns the DependencyType described in this RelationDescriptor. |
static DependencyType |
DependencyType.forString(java.lang.String typeString)
Returns the DependencyType instance for the specified type string |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |