Class BasicCategorizedProperty<T>

All Implemented Interfaces:
CategorizedProperty<T>, DescriptiveProperty<T>, Property<T>, Serializable

@Deprecated(forRemoval=true, since="8.1.49") public class BasicCategorizedProperty<T> extends BasicDescriptiveProperty<T> implements CategorizedProperty<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 BasicConfigurationProperty instead.
See Also:
  • Constructor Details

    • BasicCategorizedProperty

      public BasicCategorizedProperty()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Bean compatibility...
    • BasicCategorizedProperty

      public BasicCategorizedProperty(String name, String displayNameKey, String categoryKey, Class<T> cls)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BasicCategorizedProperty

      public BasicCategorizedProperty(String name, String displayNameKey, String categoryKey, Class<T> cls, T defaultValue)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BasicCategorizedProperty

      public BasicCategorizedProperty(String name, String displayNameKey, String categoryKey, String descriptionKey, Class<T> cls, T defaultValue)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details