Class CodedValue


  • public class CodedValue
    extends java.lang.Object
    Represents a coded value object in a domain.
    Since:
    100.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getCode()
      Gets the coded value object.
      java.lang.String getName()
      Gets the code name.
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Gets the code name.
        Returns:
        the code name
        Since:
        100.0.0
      • getCode

        public java.lang.Object getCode()
        Gets the coded value object.
        Returns:
        the object of coded value
        Since:
        100.0.0