Interface IProperty

All Superinterfaces:
IPropertyBase
All Known Subinterfaces:
ISystemProperty

@Deprecated(since="12.0.6", forRemoval=true) public interface IProperty extends IPropertyBase
Deprecated, for removal: This API element is subject to removal in a future version.
A property
Since:
20.06.2006
API:
This is a public API.
  • Method Details

    • getDefaultValue

      @Deprecated(since="12.0.6", forRemoval=true) String getDefaultValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the property default value
      Returns:
      property default value
      API:
      This public API is available in Java.
    • getIntDefaultValue

      @Deprecated(since="12.0.6", forRemoval=true) int getIntDefaultValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the property default value as int
      Returns:
      property default value as int
      API:
      This public API is available in Java.
    • getLongDefaultValue

      @Deprecated(since="12.0.6", forRemoval=true) long getLongDefaultValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the property default value as long
      Returns:
      property default value as long
      API:
      This public API is available in Java.
    • getBooleanDefaultValue

      @Deprecated(since="12.0.6", forRemoval=true) boolean getBooleanDefaultValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the property default value as boolean
      Returns:
      property default value as boolean
      API:
      This public API is available in Java.
    • getEnumerationValues

      @Deprecated(since="12.0.6", forRemoval=true) String[] getEnumerationValues()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the possible values of the enumeration property
      Returns:
      possible enumration values. Null if getUserInterfaceFormat() does not return UserInterfaceFormat.ENUMERATION.
      API:
      This public API is available in Java.