Uses of Class
org.apache.qpid.protonj2.types.messaging.Section.SectionType
-
Packages that use Section.SectionType Package Description org.apache.qpid.protonj2.types.messaging -
-
Uses of Section.SectionType in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return Section.SectionType Modifier and Type Method Description Section.SectionTypeAmqpSequence. getType()Section.SectionTypeAmqpValue. getType()Section.SectionTypeApplicationProperties. getType()Section.SectionTypeData. getType()Section.SectionTypeDeliveryAnnotations. getType()Section.SectionTypeFooter. getType()Section.SectionTypeHeader. getType()Section.SectionTypeMessageAnnotations. getType()Section.SectionTypeProperties. getType()Section.SectionTypeSection. getType()static Section.SectionTypeSection.SectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Section.SectionType[]Section.SectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-