Package annotation.string
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet a set of data that describes all of the parameters in a classvoidsetMaxLength(int maxLength) Methods inherited from class annotation.handler.AnnotationOptions
getAnnotationName, isIsSelected, setSelected
-
Constructor Details
-
StringAnnotationOptions
-
-
Method Details
-
getMaxLength
public int getMaxLength()- Returns:
- the maxLength
-
setMaxLength
public void setMaxLength(int maxLength) - Parameters:
maxLength- the maxLength to set
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Overrides:
getParameterSetin classAnnotationOptions- Returns:
- description of the parameters in a class.
-