public interface FormatToStringIF
| Modifier and Type | Interface and Description |
|---|---|
static class |
FormatToStringIF.FormatType |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormatString()
Get the format string.
|
FormatToStringIF.FormatType |
getType()
Get the type of format.
|
void |
setFormatString(FormatToStringIF.FormatType type,
java.lang.String formatString)
Set the format string.
|
java.lang.String[] |
ts_UnionSeqToString(ApplicationStructure asObj,
T_LONGLONG aid,
NameValueSeqUnitId nvu,
java.lang.String unit)
Get the formatted string of a name value unit sequence.
|
java.lang.String |
ts_UnionToString(ApplicationStructure asObj,
T_LONGLONG aid,
NameValueUnitId nvu,
java.lang.String unit)
Get the formatted string of a name value unit.
|
void setFormatString(FormatToStringIF.FormatType type, java.lang.String formatString)
type - the type of the format string.formatString - the format string.FormatToStringIF.FormatType getType()
java.lang.String getFormatString()
java.lang.String ts_UnionToString(ApplicationStructure asObj, T_LONGLONG aid, NameValueUnitId nvu, java.lang.String unit) throws java.lang.Exception
asObj - The application structure.aid - the applicatino element id.nvu - the name value unitjava.lang.Exceptionjava.lang.String[] ts_UnionSeqToString(ApplicationStructure asObj, T_LONGLONG aid, NameValueSeqUnitId nvu, java.lang.String unit) throws java.lang.Exception
asObj - The application structure.aid - the application element id.nvu - the name value unitjava.lang.Exception