Class StructContentType.AccessorEntry<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) IMemberAccessor<?,​T> accessor  
      (package private) java.lang.String description  
      (package private) java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessorEntry​(IMemberAccessor<?,​T> accessor, java.lang.String name, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • name

        final java.lang.String name
      • description

        final java.lang.String description
    • Constructor Detail

      • AccessorEntry

        AccessorEntry​(IMemberAccessor<?,​T> accessor,
                      java.lang.String name,
                      java.lang.String description)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IDescribable
        Returns:
        the name of this object
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface IDescribable
        Returns:
        the description of this object