Package annotation.handler
Class AnnotationOptions
java.lang.Object
annotation.handler.AnnotationOptions
- All Implemented Interfaces:
Serializable
,ManagedParameters
- Direct Known Subclasses:
SNRAnnotationOptions
,StringAnnotationOptions
,TMAnnotationOptions
,UserFormAnnotationOptions
Annotation options. Does nothing but used as a base
class for forming a list of annotations.
- Author:
- dg50
- See Also:
-
Constructor Summary
ConstructorDescriptionAnnotationOptions
(AnnotationOptions otherOptions) AnnotationOptions
(String annotationName) -
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classboolean
void
setSelected
(boolean isSelected)
-
Constructor Details
-
AnnotationOptions
-
AnnotationOptions
- Parameters:
annotationClassName
-
-
-
Method Details
-
getAnnotationName
- Returns:
- the annotationClassName
-
isIsSelected
public boolean isIsSelected()- Returns:
- the isSelected boolean
-
setSelected
public void setSelected(boolean isSelected) - Parameters:
isSelected
- the isSelected 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
- Returns:
- description of the parameters in a class.
-