Interface CategorizedProperty<T>

All Superinterfaces:
DescriptiveProperty<T>, Property<T>, Serializable
All Known Implementing Classes:
BasicCategorizedProperty

@Deprecated(forRemoval=true, since="8.1.49") public interface CategorizedProperty<T> extends DescriptiveProperty<T>
Deprecated, for removal: This API element is subject to removal in a future version.
deprecated for removal in a future version. this class is only kept around for legacy deserialization purposes. use ConfigurationProperty instead.
An extension of DescriptiveProperty that also provides a list of the possible values for the property as well.