Class UniValueNode.Adapter.ViaString

    • Constructor Summary

      Constructors 
      Constructor Description
      ViaString​(org.comroid.mutatio.ref.Reference.Settable<java.lang.String> sub)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R> R get​(ValueType<R> as)  
      java.lang.Object getBaseNode()  
      @Nullable java.lang.String set​(java.lang.String value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ViaString

        public ViaString​(org.comroid.mutatio.ref.Reference.Settable<java.lang.String> sub)
    • Method Detail

      • set

        @Nullable
        public @Nullable java.lang.String set​(java.lang.String value)
        Specified by:
        set in interface UniValueNode.Adapter<java.lang.String>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object