Uses of Class
org.refcodes.mixin.VerifyMode
-
-
Uses of VerifyMode in org.refcodes.mixin
Methods in org.refcodes.mixin that return VerifyMode Modifier and Type Method Description VerifyModeVerifyModeAccessor. getVerifyMode()Retrieves the verify mode from the verify mode property.static VerifyModeVerifyMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VerifyMode[]VerifyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.mixin with parameters of type VerifyMode Modifier and Type Method Description voidVerifyModeAccessor.VerifyModeMutator. setVerifyMode(VerifyMode aVerifyMode)Sets the verify mode for the verify mode property.BVerifyModeAccessor.VerifyModeBuilder. withVerifyMode(VerifyMode aVerifyMode)Sets the verify mode for the verify mode property.
-