Class ReportLanguageHandler.Selector
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<ReportLanguageHandler.Qualifier>
-
- org.openbravo.client.application.report.language.ReportLanguageHandler.Selector
-
- All Implemented Interfaces:
Annotation
- Enclosing interface:
- ReportLanguageHandler
public static class ReportLanguageHandler.Selector extends javax.enterprise.util.AnnotationLiteral<ReportLanguageHandler.Qualifier> implements ReportLanguageHandler.Qualifier
A class used to select the correct language implementation to overwrite the specific report language- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Selector(ReportLanguageHandler.ReportType type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportLanguageHandler.ReportType
type()
String
value()
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Selector
public Selector(ReportLanguageHandler.ReportType type, String value)
-
-
Method Detail
-
type
public ReportLanguageHandler.ReportType type()
-
value
public String value()
-
-