|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MultiplicityType | |
| com.sap.ip.me.api.persist.meta | |
| Uses of MultiplicityType in com.sap.ip.me.api.persist.meta |
| Fields in com.sap.ip.me.api.persist.meta declared as MultiplicityType | |
static MultiplicityType |
MultiplicityType.SINGLE
constant value for a simple ( 1:1 ) association |
static MultiplicityType |
MultiplicityType.MULTIPLE_VECTOR
constant value for a multiple ( 1:n ) association, implemented by a Vector. |
| Methods in com.sap.ip.me.api.persist.meta that return MultiplicityType | |
MultiplicityType |
LinkDescriptor.getMultiplicity()
Documentation copied from attribute multipleType type of association, f.i. |
| Methods in com.sap.ip.me.api.persist.meta with parameters of type MultiplicityType | |
LinkDescriptor |
InternalDescriptorRuntime.createLinkDescriptor(java.lang.String name,
java.lang.String classtype,
MultiplicityType multiplicity,
boolean isDependent)
Description of the Method |
abstract LinkDescriptor |
DescriptorRuntime.createLinkDescriptor(java.lang.String name,
java.lang.String classtype,
MultiplicityType multiplicity,
boolean isDependent)
Creates an instance of LinkDescriptor |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||