- All Known Subinterfaces:
AllocLengthAccessor.AllocLengthProperty
- All Known Implementing Classes:
AbstractLengthDecoratorSegment,AbstractReferenceeLengthSegment,AllocSectionDecoratorSegment,AllocSegmentBody,AllocSegmentHead,LengthSegment,LengthSegmentDecoratorSegment
public interface AllocLengthAccessor
Provides an accessor for a allocation length property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a allocation length property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a allocation length property.static interfaceProvides a allocation length property. -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the allocation length from the allocation length property.
-
Method Details
-
getAllocLength
int getAllocLength()Retrieves the allocation length from the allocation length property.- Returns:
- The allocation length stored by the allocation length property.
-