Class AddressString
java.lang.Object
com.swiftmq.amqp.v100.types.AMQPType
com.swiftmq.amqp.v100.types.AMQPString
com.swiftmq.amqp.v100.generated.messaging.message_format.AddressString
- All Implemented Interfaces:
AddressIF
,Comparable
- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(AddressVisitor visitor) Accept method for a Address visitor.toString()
Methods inherited from class com.swiftmq.amqp.v100.types.AMQPString
compareTo, equals, getPredictedSize, getValue, getValueString, hashCode, readContent, setValue, writeContent
Methods inherited from class com.swiftmq.amqp.v100.types.AMQPType
getCode, getConstructor, getName, hasDescriptor, isWriteCode, resetConstructor, setCode, setConstructor, setWriteCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.swiftmq.amqp.v100.generated.messaging.message_format.AddressIF
getPredictedSize, getValueString
-
Constructor Details
-
AddressString
Constructs a AddressString.- Parameters:
initValue
- initial value
-
-
Method Details
-
accept
Accept method for a Address visitor. -
toString
- Overrides:
toString
in classAMQPString
-