Class CreateObjectsOperation<C extends IObjectCreation>

    • Constructor Detail

      • CreateObjectsOperation

        public CreateObjectsOperation​(C... creations)
      • CreateObjectsOperation

        public CreateObjectsOperation​(java.util.List<C> creations)
    • Method Detail

      • getCreations

        public java.util.List<C> getCreations()
      • getMessage

        public java.lang.String getMessage()
        Specified by:
        getMessage in interface IOperation
      • toString

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