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
-
Method Summary
Modifier and TypeMethodDescriptionint
Get a set of data that describes all of the parameters in a classvoid
setMaxLength
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Overrides:
getParameterSet
in classAnnotationOptions
- Returns:
- description of the parameters in a class.
-