Class Value<T>


  • public class Value<T>
    extends java.lang.Object
    An object that encapsulates the result of performing a provisioning action.
    Since:
    2.3
    See Also:
    ProvisioningAction.getResult()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Value<java.lang.Object> NO_VALUE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Value​(T val)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<T> getClazz()  
      T getValue()  
      • Methods inherited from class java.lang.Object

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

      • NO_VALUE

        public static final Value<java.lang.Object> NO_VALUE
    • Constructor Detail

      • Value

        public Value​(T val)
    • Method Detail

      • getValue

        public T getValue()
      • getClazz

        public java.lang.Class<T> getClazz()