public abstract class CMSVersionCustomAttribute
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DELIMITER |
| Constructor and Description |
|---|
CMSVersionCustomAttribute() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDelimiter()
A delimiter that is used to distinguish parts of the data.
|
abstract void |
init(java.lang.String value)
Method to populate all attributes of the current class with data that is parsed from value.
The value is generated by toData() method. |
abstract java.lang.String |
toData()
Method to convert attributes of a class to a string.
|
java.lang.String |
toString()
This method is overridden due to limitations of
PayloadSerializer. |
public static final java.lang.String DELIMITER
public abstract java.lang.String toData()
public abstract void init(java.lang.String value)
value - the value to parse.java.lang.IllegalArgumentException - if the value can not be parsed.public java.lang.String getDelimiter()
public java.lang.String toString()
PayloadSerializer. PayloadSerializer converts any attribute value to string (using toString method) while generating
payload.toString in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.