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
ConstructorsConstructorDescriptionAnnotationOptions(AnnotationOptions otherOptions) AnnotationOptions(String annotationName)  - 
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classbooleanvoidsetSelected(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:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -