com.sap.sdm.api.remote
Interface ErrorHandlingRule
- public interface ErrorHandlingRule
Represents a rule regarding deploy-time error handling.
This class is new with API client version 5.
|
Method Summary |
int |
getRuleAsInt()
Returns an int representation of this
ErrorHandlingRule. |
java.lang.String |
getRuleAsString()
Returns a String representation of this
ErrorHandlingRule. |
java.lang.String |
getRuleDescription()
Returns a String containing a short
description of this ErrorHandlingRule. |
getRuleAsInt
public int getRuleAsInt()
- Returns an
int representation of this
ErrorHandlingRule.
- Returns:
- an
int representation of this
ErrorHandlingRule - See Also:
com.sap.sdm.api.local.ErrorHandlingRules
getRuleAsString
public java.lang.String getRuleAsString()
- Returns a
String representation of this
ErrorHandlingRule.
- Returns:
- a
String representation of this
ErrorHandlingRule - See Also:
com.sap.sdm.api.local.ErrorHandlingRules
getRuleDescription
public java.lang.String getRuleDescription()
- Returns a
String containing a short
description of this ErrorHandlingRule.
- Returns:
- a
String containing a short
description of this ErrorHandlingRule