Class ContingentCodedValue


  • public class ContingentCodedValue
    extends ContingentValue
    An object that defines a coded value specified in a contingency.
    Since:
    100.13.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CodedValue getCodedValue()
      Gets the allowed coded value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCodedValue

        public CodedValue getCodedValue()
        Gets the allowed coded value.
        Returns:
        the allowed coded value
        Since:
        100.13.0