Class Block.BlockBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Block.BlockBuilder schemaDevice(SchemaDevice schemaDevice) The schema device to which this block must be linked
      final Block.BlockBuilder id(String id) The technical id of this block.
      final Block.BlockBuilder description(String description) A human-readable description of this block.
      final Block build() Build the SchemaDevice, throws IllegalArgumentException if something is wrong
      • Methods inherited from class java.lang.Object

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

      • Block.BlockBuilder

        Block.BlockBuilder()