com.sap.ip.me.api.persist.meta
Class MultiplicityType

java.lang.Object
  extended bycom.sap.ip.me.api.persist.meta.MultiplicityType

public final class MultiplicityType
extends java.lang.Object

Multiplicity constants for LinkDescriptors.

Author:
SAP
See Also:
LinkDescriptor

Field Summary
static MultiplicityType MULTIPLE_VECTOR
          constant value for a multiple ( 1:n ) association, implemented by a Vector.
static MultiplicityType SINGLE
          constant value for a simple ( 1:1 ) association
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE

public static final MultiplicityType SINGLE
constant value for a simple ( 1:1 ) association


MULTIPLE_VECTOR

public static final MultiplicityType MULTIPLE_VECTOR
constant value for a multiple ( 1:n ) association, implemented by a Vector. Please use with care, as multiple links produce much overhead.



Copyright © 2005 SAP AG. All Rights Reserved.