Sun B2B Suite UN/EDIFACT OTD Library User Guide

getElementSeparator

Signature


public char getElementSeparator()

Description

Gets the elementSeparator character.

Exceptions

None.

Example


com.stc.edifact_v3_d95B.EDF_..._...Outer myOTD=new com.stc
.edifact_v3_d95B.EDF_..._Outer();
......
......
char elmSep=myOTD.getElementSeparator();