Interface ArraySection<ARRAY extends Transmission>
- Type Parameters:
ARRAY- The type of the array elements to be contained in this instance.
- All Superinterfaces:
AliasAccessor, ArrayAccessor<ARRAY[]>, ArrayAccessor.ArrayBuilder<ARRAY[], ArrayTransmission<ARRAY>>, ArrayAccessor.ArrayMutator<ARRAY[]>, ArrayAccessor.ArrayProperty<ARRAY[]>, ArrayTransmission<ARRAY>, Diagnosable, LengthAccessor, Resetable, Schemable<DiagnosticOptions>, Section, Section.SectionMixin, Serializable, Transmission, Transmission.TransmissionMixin
- All Known Implementing Classes:
FixedSegmentArraySection, SegmentArraySection
public interface ArraySection<ARRAY extends Transmission>
extends Section, Section.SectionMixin, ArrayTransmission<ARRAY>
-
Nested Class Summary
Nested classes/interfaces inherited from interface AliasAccessor
AliasAccessor.AliasBuilder<B>, AliasAccessor.AliasMutator, AliasAccessor.AliasPropertyNested classes/interfaces inherited from interface ArrayAccessor
ArrayAccessor.ArrayBuilder<T,B>, ArrayAccessor.ArrayMutator<T>, ArrayAccessor.ArrayProperty<T> Nested classes/interfaces inherited from interface LengthAccessor
LengthAccessor.LengthBuilder<B>, LengthAccessor.LengthMutator, LengthAccessor.LengthPropertyNested classes/interfaces inherited from interface Section
Section.SectionMixinNested classes/interfaces inherited from interface Transmission
Transmission.TransmissionMixin -
Method Summary
Methods inherited from interface AliasAccessor
getAliasMethods inherited from interface ArrayAccessor
getArrayMethods inherited from interface ArrayAccessor.ArrayBuilder
withArrayMethods inherited from interface ArrayAccessor.ArrayMutator
setArrayMethods inherited from interface ArrayAccessor.ArrayProperty
letArrayMethods inherited from interface ArrayTransmission
getLength, toSchema, toSequence, toSimpleTypeTableMethods inherited from interface Section
fromTransmission, fromTransmission, fromTransmission, fromTransmission, receiveFrom, receiveFromMethods inherited from interface Section.SectionMixin
receiveFromMethods inherited from interface Transmission
reset, transmitTo, transmitToMethods inherited from interface Transmission.TransmissionMixin
transmitTo