- All Known Subinterfaces:
LengthWidthAccessor.LengthWidthProperty
- All Known Implementing Classes:
AbstractLengthDecoratorSegment,AbstractReferenceeLengthSegment,AllocSectionDecoratorSegment,AllocSegmentHead,AsciizArraySegment,ComplexTypeSegment,DynamicTypeSection,DynamicTypeSegment,LengthSegment,LengthSegmentDecoratorSegment,StringArraySection,TransmissionMetrics
public interface LengthWidthAccessor
Provides an accessor for a length width (in bytes) property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a length width (in bytes) property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a length width (in bytes) property.static interfaceProvides a length width (in bytes) property. -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the length width (in bytes) from the length width (in bytes) property.
-
Method Details
-
getLengthWidth
int getLengthWidth()Retrieves the length width (in bytes) from the length width (in bytes) property.- Returns:
- The length width (in bytes) stored by the length width (in bytes) property.
-