Class Identifier


  • public class Identifier
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Identifier​(java.lang.String name, java.lang.Object value, java.lang.Class<?> theClazz)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.Class<?> getTheClazz()  
      java.lang.Object getValue()  
      void setName​(java.lang.String name)  
      void setTheClazz​(java.lang.Class<?> theClazz)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • Identifier

        public Identifier​(java.lang.String name,
                          java.lang.Object value,
                          java.lang.Class<?> theClazz)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getTheClazz

        public java.lang.Class<?> getTheClazz()
      • setTheClazz

        public void setTheClazz​(java.lang.Class<?> theClazz)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)