Class BasicMutableConfigurationPropertyModel.ClassifiedProperties<T>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BasicMutableConfigurationPropertyModel

    protected class BasicMutableConfigurationPropertyModel.ClassifiedProperties<T>
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassifiedProperties

        public ClassifiedProperties​(Property<T> keyProp,
                                    java.util.Collection<Property<?>> props)
    • Method Detail

      • getKeyProp

        public Property<T> getKeyProp()
      • getProperties

        public java.util.Collection<Property<?>> getProperties()
      • addValue

        public void addValue​(T value)
      • removeValue

        public void removeValue​(T value)
      • getValues

        public java.util.Collection<T> getValues()