|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.ChangeDataSourceMappingDetail
public final class ChangeDataSourceMappingDetail
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
ChangeDataSourceMappingDetail class defines the information of how the default data source object
mapping came to its result.
| Field Summary | |
|---|---|
static int |
_AMBIGUOUS
The int value of AMBIGUOUS.value(). |
static int |
_CUSTOM
The int value of CUSTOM.value(). |
static int |
_NOT_FOUND
The int value of NOT_FOUND.value(). |
static int |
_OK
The int value of OK.value(). |
static ChangeDataSourceMappingDetail |
AMBIGUOUS
The default mapping for a data source object provides an object but it is difficult to predict if this is the correct one. |
static ChangeDataSourceMappingDetail |
CUSTOM
The detail of a mapping is set to CUSTOM when a client has
changed the default mapping by calling
ChangeDataSourceObjectMapping.setToObject(DataSourceObject). |
static ChangeDataSourceMappingDetail |
NOT_FOUND
Following the default rules for data source object mappings, no destination object
was found for a given
source object. |
static ChangeDataSourceMappingDetail |
OK
The default mapping for a data source object was established without problems; the destination object is
likely to be correct. |
| Method Summary | |
|---|---|
static ChangeDataSourceMappingDetail |
fromInt(int i)
Returns a ChangeDataSourceMappingDetail instance
corresponding to a given value. |
java.lang.String |
toString()
Returns a String representation of object. |
int |
value()
Returns the int value of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _OK
int value of OK.value().
public static final int _AMBIGUOUS
int value of AMBIGUOUS.value().
public static final int _NOT_FOUND
int value of NOT_FOUND.value().
public static final int _CUSTOM
int value of CUSTOM.value().
public static final ChangeDataSourceMappingDetail OK
destination object is
likely to be correct. When
ChangeDataSourceObjectMapping.getMappingDetail() returns this
value, ChangeDataSourceObjectMapping.getToObject() will
always return null.
public static final ChangeDataSourceMappingDetail AMBIGUOUS
destination object.
public static final ChangeDataSourceMappingDetail NOT_FOUND
destination object
was found for a given
source object.
public static final ChangeDataSourceMappingDetail CUSTOM
CUSTOM when a client has
changed the default mapping by calling
ChangeDataSourceObjectMapping.setToObject(DataSourceObject).
| Method Detail |
|---|
public int value()
int value of this object.
int value of this object.public java.lang.String toString()
String representation of object. This function
is to be used for debug purposes.
toString in class java.lang.ObjectString representation of objectpublic static ChangeDataSourceMappingDetail fromInt(int i)
ChangeDataSourceMappingDetail instance
corresponding to a given value.
i - The int value.
ChangeDataSourceMappingDetail instance
corresponding to value, or null
when value does not correspond to any
ChangeDataSourceMappingDetail.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||