Interface OperationAccessor
- All Known Subinterfaces:
Directive<T>, OperationAccessor.OperationProperty
- All Known Implementing Classes:
AbstractDirective, ArrayDirective, BooleanDirective, CharDirective, DoubleDirective, EnumDirective, FileDirective, FloatDirective, IntDirective, LongDirective, Operation, ParseDirectiveArgsException, StringDirective, UnknownOperationArgsException
public interface OperationAccessor
Provides an accessor for a operation property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a operation property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a operation property.static interfaceProvides a operation property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the operation from the operation property.
-
Method Details
-
getOperation
String getOperation()Retrieves the operation from the operation property.- Returns:
- The operation stored by the operation property.
-