Interface IDimensionValue

All Known Implementing Classes:
DimensionValue

public interface IDimensionValue
A security dimension value.
Since:
13.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description of the security dimension value.
    Gets the display name of the security dimension value.
    Gets the identifier of the security dimension value.
  • Method Details

    • getId

      String getId()
      Gets the identifier of the security dimension value.
      Returns:
      See above.
    • getDisplayName

      String getDisplayName()
      Gets the display name of the security dimension value.
      Returns:
      See above.
    • getDescription

      String getDescription()
      Gets the description of the security dimension value.
      Returns:
      See above.