Interface FieldOperationContainer

All Known Implementing Classes:
AttributeOperation, SDField, StructFieldOperation, TemporarySDField

public interface FieldOperationContainer
Author:
Einar M R Rosenvinge
  • Method Details

    • addOperation

      void addOperation(FieldOperation op)
      Adds an operation
    • applyOperations

      void applyOperations(SDField field)
      Apply all operations. Operations must be sorted in their natural order before applying each operation.
    • getName

      String getName()