Class OutLogic


  • public class OutLogic
    extends java.lang.Object
    Using Out and In for variables.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      OutLogic()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setValues​(Out<Person> person, Out<java.lang.String> description)  
      • Methods inherited from class java.lang.Object

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

      • OutLogic

        public OutLogic()
    • Method Detail

      • setValues

        @Next("use")
        public static void setValues​(Out<Person> person,
                                     Out<java.lang.String> description)