com.sap.netweaver.bc.serialize

Class ISerializer.ImportMode

java.lang.Object
  extended by com.sap.netweaver.bc.serialize.ISerializer.ImportMode
Enclosing interface:
ISerializer

public static final class ISerializer.ImportMode
extends Object

Utility Class used to define the different ways a deserialization can occur. As the constructor is off limits, see the constants defined in ISerializer


Method Summary
static ISerializer.ImportMode fromString(String string)
           
 String getDescription(Locale locale)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getDescription

public String getDescription(Locale locale)
Parameters:
locale - - must not be null
Returns:
a translated description of the state, if available. Otherwise the toString()

fromString

public static ISerializer.ImportMode fromString(String string)
Parameters:
string - the string representation of this Mode, must not be null
Returns:
the ImportMode for the given string or null, if none fits. This is case-sensitive. No String-trimming is done.
Access Rights

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