Class StringAnnotationOptions

java.lang.Object
annotation.handler.AnnotationOptions
annotation.string.StringAnnotationOptions
All Implemented Interfaces:
Serializable, ManagedParameters

public class StringAnnotationOptions extends AnnotationOptions implements Serializable, ManagedParameters
See Also:
  • Constructor Details

    • StringAnnotationOptions

      public StringAnnotationOptions(String annotationName)
  • Method Details

    • getMaxLength

      public int getMaxLength()
      Returns:
      the maxLength
    • setMaxLength

      public void setMaxLength(int maxLength)
      Parameters:
      maxLength - the maxLength to set
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Overrides:
      getParameterSet in class AnnotationOptions
      Returns:
      description of the parameters in a class.