com.sap.netweaver.bc.serialize
Class HeaderData
java.lang.Object
com.sap.netweaver.bc.serialize.HeaderData
public final class HeaderData
- extends Object
wraps properties that contain information about an ISerializer.
Use the provided Entry constants as keys for the properties
passed in the constructor.
Copyright 2004 SAP AG
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final HeaderData.Entry VERSION
- the current version of the implementation of the serializer. A version must
only contain the characters [a,z], [A,Z], {.,_} [0-9]
SUPPORTED_VERSIONS
public static final HeaderData.Entry SUPPORTED_VERSIONS
- Defines the versions the implementing class can import. Values must be a
comma-separated list
JAVA_CLASS
public static final HeaderData.Entry JAVA_CLASS
HeaderData
public HeaderData(Properties props)
- standard constructor
- Parameters:
props - the properties containing all headerdata. Must not be
null, but might be empty.
get
public String get(HeaderData.Entry entry)
- Parameters:
entry - the entry to retrieve the value for. Must not be
null
- Returns:
- the property value for the given entry. Might be
null
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