protected class BasicMutableConfigurationPropertyModel.ClassifiedProperties<T>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ClassifiedProperties(Property<T> keyProp,
java.util.Collection<Property<?>> props) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(T value) |
Property<T> |
getKeyProp() |
java.util.Collection<Property<?>> |
getProperties() |
java.util.Collection<T> |
getValues() |
void |
removeValue(T value) |