Module org.refcodes.mixin
Package org.refcodes.mixin
Interface DecryptPrefixAccessor.DecryptPrefixMutator
-
- All Known Subinterfaces:
DecryptPrefixAccessor.DecryptPrefixProperty
- Enclosing interface:
- DecryptPrefixAccessor
public static interface DecryptPrefixAccessor.DecryptPrefixMutator
Provides a mutator for a Decrypt-Prefix property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDecryptPrefix(String aDecryptPrefix)
Sets the Decrypt-Prefix for the Decrypt-Prefix property.
-
-
-
Method Detail
-
setDecryptPrefix
void setDecryptPrefix(String aDecryptPrefix)
Sets the Decrypt-Prefix for the Decrypt-Prefix property.- Parameters:
aDecryptPrefix
- The Decrypt-Prefix to be stored by the Decrypt-Prefix property.
-
-