Package step.repository.alm.otaclient
Interface IWarningInfo
-
- All Superinterfaces:
com4j.Com4jObject
public interface IWarningInfo extends com4j.Com4jObjectFor HP use. Assists in passing warning information to and from QC modules.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearWarning()com4j.Com4jObjectgetCaller()voidgetWarning(com4j.Holder<Integer> pWarningCode, com4j.Holder<String> pWarningDescription)voidsetWarning(int warningCode, String warningDescription, com4j.Com4jObject pCaller)voidsetWarningFromFrec(String warningFrec, com4j.Com4jObject pCaller)booleanwarningExists()
-
-
-
Method Detail
-
setWarning
void setWarning(int warningCode, String warningDescription, com4j.Com4jObject pCaller)- Parameters:
warningCode- Mandatory int parameter.warningDescription- Mandatory java.lang.String parameter.pCaller- Mandatory com4j.Com4jObject parameter.
-
setWarningFromFrec
void setWarningFromFrec(String warningFrec, com4j.Com4jObject pCaller)
- Parameters:
warningFrec- Mandatory java.lang.String parameter.pCaller- Mandatory com4j.Com4jObject parameter.
-
warningExists
boolean warningExists()
- Returns:
- Returns a value of type boolean
-
getWarning
void getWarning(com4j.Holder<Integer> pWarningCode, com4j.Holder<String> pWarningDescription)
- Parameters:
pWarningCode- Mandatory Holderparameter. pWarningDescription- Mandatory Holderparameter.
-
getCaller
com4j.Com4jObject getCaller()
- Returns:
- Returns a value of type com4j.Com4jObject
-
clearWarning
void clearWarning()
-
-