Interface IProcessingResultIntValue
- 
- All Superinterfaces:
 IPluginProcessingRetVal,IPluginReturnValue,IProcessingResult
- All Known Implementing Classes:
 ProcessingResultIntValue
public interface IProcessingResultIntValue extends IProcessingResult, IPluginProcessingRetVal
Interface for a processing result asIntegervalue- Author:
 - XIMA MEDIA GmbH, Dresden
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetValue()Getter for the value- 
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessingResult
getErrorCode, getErrorMessage, getPlaceholderValue, getSessionAttributeMap, getSuccessValue, getValuesCount 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getValue
int getValue()
Getter for the value- Returns:
 Integerthe value
 
 - 
 
 -