Class BasicMutableConfigurationPropertyModel.ClassifiedProperties<T>

java.lang.Object
com.inductiveautomation.ignition.common.config.BasicMutableConfigurationPropertyModel.ClassifiedProperties<T>
All Implemented Interfaces:
Serializable
Enclosing class:
BasicMutableConfigurationPropertyModel

protected class BasicMutableConfigurationPropertyModel.ClassifiedProperties<T> extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getKeyProp

      public Property<T> getKeyProp()
    • getProperties

      public Collection<Property<?>> getProperties()
    • addValue

      public void addValue(T value)
    • removeValue

      public void removeValue(T value)
    • getValues

      public Collection<T> getValues()