public class MsgFormat extends Object
| Constructor and Description |
|---|
MsgFormat(int nResId)
Resource Id Constructor
|
MsgFormat(int nResId,
String sOut)
Resource Id Constructor
|
MsgFormat(MsgFormat oSource)
Copy Constructor
|
MsgFormat(String sSource)
String Constructor
|
MsgFormat(String sSource,
String sOut)
String Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MsgFormat |
assign(MsgFormat oSource)
Assignment operator.
|
MsgFormat |
format(String sOut)
formatting operator.
|
String |
getParm(int nIndex)
Retrieve the nth parameter as a string
|
int |
getParmCount()
Retrieve the size of the parameter list
|
int |
resId()
Retrieve the resource id
|
String |
sourceString()
Retrieve the source string
|
String |
toString()
Conversion operator.
|
public MsgFormat(MsgFormat oSource)
oSource - MsgFormat to be copiedpublic MsgFormat(int nResId)
nResId - Resource Id representing a string to be formattedpublic MsgFormat(int nResId,
String sOut)
nResId - Resource Id representing a string to be formattedsOut - input value to be applied to the formatpublic MsgFormat(String sSource)
sSource - string to be formattedpublic MsgFormat assign(MsgFormat oSource)
oSource - MsgFormat to be copiedpublic MsgFormat format(String sOut)
sOut - input value to be applied to the formatpublic String getParm(int nIndex)
public int getParmCount()
public int resId()
public String sourceString()
Copyright © 2010 - 2020 Adobe. All Rights Reserved