com.sap.sdm.api.remote
Interface ComponentVersionHandlingRule


public interface ComponentVersionHandlingRule

Represents a rule regarding handling of different versions of DCs which could be used for deployment. Use HelperFactory.createComponentVersionHandlingRule(int) to create an instance of this interface.

Version:
1.0
See Also:
DeployProcessor.setComponentVersionHandlingRule(ComponentVersionHandlingRule)

Method Summary
 int getRuleAsInt()
          Returns an int representation of this ComponentVersionHandlingRule.
 java.lang.String getRuleAsString()
          Returns a String representation of this ComponentVersionHandlingRule.
 java.lang.String getRuleDescription()
          Returns a String containing a short description of this ComponentVersionHandlingRule.
 

Method Detail

getRuleAsInt

public int getRuleAsInt()
                 throws RemoteException
Returns an int representation of this ComponentVersionHandlingRule.
Returns:
an int representation of this ComponentVersionHandlingRule
See Also:
ComponentVersionHandlingRules

getRuleAsString

public java.lang.String getRuleAsString()
                                 throws RemoteException
Returns a String representation of this ComponentVersionHandlingRule.
Returns:
a String representation of this ComponentVersionHandlingRule
See Also:
ComponentVersionHandlingRules

getRuleDescription

public java.lang.String getRuleDescription()
                                    throws RemoteException
Returns a String containing a short description of this ComponentVersionHandlingRule.
Returns:
a String containing a short description of this ComponentVersionHandlingRule