Class ConstFieldRecord


  • public class ConstFieldRecord
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description  
      java.lang.String displayStr  
      java.lang.String id  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ConstFieldRecord of​(java.lang.String id, java.lang.String displayStr)  
      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.String id
      • displayStr

        public java.lang.String displayStr
      • description

        public java.lang.String description
    • Constructor Detail

      • ConstFieldRecord

        public ConstFieldRecord()
    • Method Detail

      • of

        public static ConstFieldRecord of​(java.lang.String id,
                                          java.lang.String displayStr)