Interface AddressIF
- All Known Implementing Classes:
AddressString
public interface AddressIF
The Address 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
Modifier and TypeMethodDescriptionvoid
accept
(AddressVisitor visitor) Accept method for a Address visitor.int
Returns the predicted size of this AddressIF.Returns a value representation of this AddressIF.
-
Method Details
-
accept
Accept method for a Address visitor.- Parameters:
visitor
- Address visitor
-
getPredictedSize
int getPredictedSize()Returns the predicted size of this AddressIF. The predicted size may be greater than the actual size but it can never be less.- Returns:
- predicted size
-
getValueString
String getValueString()Returns a value representation of this AddressIF.- Returns:
- value representation
-