Class CmdMethod.Value

  • Enclosing class:
    CmdMethod

    public static final class CmdMethod.Value
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Value​(java.lang.Object value, boolean provided)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()  
      boolean isProvided()  
      • Methods inherited from class java.lang.Object

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

      • Value

        protected Value​(java.lang.Object value,
                        boolean provided)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • isProvided

        public boolean isProvided()