Class UnsetIfLtAutoDocsInfo

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_double.to_unset.UnsetIfLtAutoDocsInfo
All Implemented Interfaces:
DocFuncData

public class UnsetIfLtAutoDocsInfo extends Object implements DocFuncData
  • Constructor Details

    • UnsetIfLtAutoDocsInfo

      public UnsetIfLtAutoDocsInfo()
  • Method Details

    • getClassName

      public String getClassName()
      Specified by:
      getClassName in interface DocFuncData
      Returns:
      the the Class.getSimpleName() of the class element
    • getPackageName

      public String getPackageName()
      Specified by:
      getPackageName in interface DocFuncData
      Returns:
      the package name for the documented type
    • getClassJavadoc

      public String getClassJavadoc()
      Description copied from interface: DocFuncData
      Javadoc for the class, or null if there is none.
      Specified by:
      getClassJavadoc in interface DocFuncData
      Returns:
      a String of class javadoc data, or null if none
    • getInType

      public String getInType()
      Description copied from interface: DocFuncData
      The input type for the apply method in the documented function class. Documented function classes must always implement a Java 8 functional interface.
      Specified by:
      getInType in interface DocFuncData
      Returns:
      the input type name
    • getOutType

      public String getOutType()
      Description copied from interface: DocFuncData
      The output type for the apply method in the documented function class. Documented function classes must always implement a Java 8 functional interface.
      Specified by:
      getOutType in interface DocFuncData
      Returns:
      the output type name
    • getCategories

      public Category[] getCategories()
      Specified by:
      getCategories in interface DocFuncData
      Returns:
      Return the categories for this function.
    • getCtors

      public List<DocCtorData> getCtors()
      Description copied from interface: DocFuncData
      The list of constructors for this documented type.
      Specified by:
      getCtors in interface DocFuncData
      Returns:
      a list of constructor models