Class ModeParser


  • @ThreadSafe
    public final class ModeParser
    extends java.lang.Object
    Parser for Mode instances.
    Author:
    rvesse
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Mode parse​(java.lang.String value)
      Parses the given value as a mode.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

        public static Mode parse​(java.lang.String value)
        Parses the given value as a mode.
        Parameters:
        value - Value
        Returns:
        Mode