public interface NamedSerializable
SERIALIZE-NAME
attribute of a DataSet, a temp-table, a temp-table buffer or a temp-table buffer-field
object when consuming and producing XML or JSON data.| Modifier and Type | Method and Description |
|---|---|
character |
getSerializeName()
Implementation of the read access of the
SERIALIZE-NAME attribute. |
void |
setSerializeName(java.lang.String sName)
Implementation of the write access of the
SERIALIZE-NAME attribute. |
void |
setSerializeName(Text sName)
Implementation of the write access of the
SERIALIZE-NAME attribute. |
character getSerializeName()
SERIALIZE-NAME attribute.SERIALIZE-NAME attribute.void setSerializeName(Text sName)
SERIALIZE-NAME attribute.sName - the new value for the SERIALIZE-NAME attribute.void setSerializeName(java.lang.String sName)
SERIALIZE-NAME attribute.sName - the new value for the SERIALIZE-NAME attribute.