Interface DistributionModeIF
-
- All Known Implementing Classes:
StdDistMode
public interface DistributionModeIF
The DistributionMode interface.- Version:
- AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(DistributionModeVisitor visitor)
Accept method for a DistributionMode visitor.int
getPredictedSize()
Returns the predicted size of this DistributionModeIF.java.lang.String
getValueString()
Returns a value representation of this DistributionModeIF.
-
-
-
Method Detail
-
accept
void accept(DistributionModeVisitor visitor)
Accept method for a DistributionMode visitor.- Parameters:
visitor
- DistributionMode visitor
-
getPredictedSize
int getPredictedSize()
Returns the predicted size of this DistributionModeIF. The predicted size may be greater than the actual size but it can never be less.- Returns:
- predicted size
-
getValueString
java.lang.String getValueString()
Returns a value representation of this DistributionModeIF.- Returns:
- value representation
-
-