Class EdgeConfig.Factory.Property

java.lang.Object
io.openems.common.types.EdgeConfig.Factory.Property
Enclosing class:
EdgeConfig.Factory

public static class EdgeConfig.Factory.Property extends Object
Represents a configuration option of an OpenEMS Component Factory.
  • Constructor Details

    • Property

      public Property(String id, String name, String description, OpenemsType type, boolean isRequired, boolean isPassword, com.google.gson.JsonElement defaultValue, com.google.gson.JsonObject schema)
  • Method Details