Class AmqpSequence
- java.lang.Object
-
- org.apache.qpid.proton.amqp.messaging.AmqpSequence
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.messaging.Section
Section.SectionType
-
-
Constructor Summary
Constructors Constructor Description AmqpSequence(java.util.List value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Section.SectionTypegetType()java.util.ListgetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public java.util.List getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getType
public Section.SectionType getType()
- Specified by:
getTypein interfaceSection- Returns:
- the
Section.SectionTypethat describes this instance.
-
-