Package org.refcodes.mixin
Interface StatusCodeAccessor<SC>
-
- Type Parameters:
SC- The type of the status code to be used.
- All Known Subinterfaces:
StatusCodeAccessor.StatusCodeProperty<SC>
public interface StatusCodeAccessor<SC>Provides access to a status code property for e.g. key / status code pair.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStatusCodeAccessor.StatusCodeBuilder<SC,B extends StatusCodeAccessor.StatusCodeBuilder<SC,B>>Provides a builder method for a status code property returning the builder for applying multiple build operations.static interfaceStatusCodeAccessor.StatusCodeMutator<SC>Extends theStatusCodeAccessorwith a setter method.static interfaceStatusCodeAccessor.StatusCodeProperty<SC>Extends theStatusCodeAccessorwith a setter method.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SCgetStatusCode()Retrieves the status code from the status code property.
-
-
-
Method Detail
-
getStatusCode
SC getStatusCode()
Retrieves the status code from the status code property.- Returns:
- The status code stored by the status code property.
-
-