com.sap.netweaver.bc.serialize
Class Entry
java.lang.Object
com.sap.netweaver.bc.serialize.Entry
public final class Entry
- extends Object
Helper class used to organize ISerializer instances
Copyright 2004 SAP AG
|
Constructor Summary |
Entry(ISerializer serializer,
boolean isCore,
int position)
standard constructor |
Entry
public Entry(ISerializer serializer,
boolean isCore,
int position)
- standard constructor
- Parameters:
serializer - the serializer to create the entry for. Must not be
nullisCore - flag to tell, if this serializer is so important, that the
serialization/ deserialization of the complete
IResource must be stopped in case of failure. The
standard value should be false.position - defines at what position in a list of serializers this one
should be called. This information might not be used by the
calling framework.
isCore
public boolean isCore()
- Returns:
- flag telling if this is a core-serializer entry
getPosition
public int getPosition()
- Returns:
- the position of this serializer. The value
-1 means
that this serializer does not require a certain position
getSerializer
public ISerializer getSerializer()
- Returns:
- the serializer in question. Will never be
null
toString
public String toString()
- Overrides:
toString in class Object
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2014 SAP AG Complete Copyright Notice