Package step.repository.alm.otaclient
Interface IErrorInfo
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
ITDErrorInfo
public interface IErrorInfo extends com4j.Com4jObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()com4j.GUIDgetGUID()intgetHelpContext()StringgetHelpFile()StringgetSource()
-
-
-
Method Detail
-
getGUID
com4j.GUID getGUID()
- Returns:
- Returns a value of type GUID
-
getSource
String getSource()
- Returns:
- Returns a value of type java.lang.String
-
getDescription
String getDescription()
- Returns:
- Returns a value of type java.lang.String
-
getHelpFile
String getHelpFile()
- Returns:
- Returns a value of type java.lang.String
-
getHelpContext
int getHelpContext()
- Returns:
- Returns a value of type int
-
-