Interface IDomainValueDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
DomainValueDefinition

public interface IDomainValueDefinition extends Serializable
Represents the definition of a value in a domain.
Since:
11.0
Author:
Petru Galanton
  • Method Summary

    Modifier and Type
    Method
    Description
    The presentation styles of this domain value.
    The actual value, including the display value.
  • Method Details

    • getValue

      IPrimitiveValue getValue()
      The actual value, including the display value. The type name of the return value represents the name of the domain the value is part of.
      Returns:
      the value
    • getPresentationStyles

      String[] getPresentationStyles()
      The presentation styles of this domain value.
      Returns:
      the presentation styles, never null.