Package eu.bandm.tools.metajava
Class GeneratedAnnotation
java.lang.Object
eu.bandm.tools.metajava.GeneratedAnnotation
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGeneratedAnnotation
(MetaType type) GeneratedAnnotation
(MetaType type, Format value) GeneratedAnnotation
(MetaType type, Formattable value) GeneratedAnnotation
(Class type) GeneratedAnnotation
(Class type, Format value) GeneratedAnnotation
(Class type, Formattable value) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addValue
(String key, Formattable value) static Format
annotationFormat
(Format type) static Format
annotationFormat
(Format type, Format value) static Format
annotationFormat
(Format type, Collection<Map.Entry<String, Format>> values) static Format
annotationFormat
(Format type, Map<String, Format> values) void
getType()
getValue()
boolean
boolean
isMarker()
boolean
isSimple()
void
void
setValue
(Formattable value) toFormat()
-
Field Details
-
type
-
values
-
VALUE
- See Also:
-
-
Constructor Details
-
GeneratedAnnotation
-
GeneratedAnnotation
-
GeneratedAnnotation
-
GeneratedAnnotation
-
GeneratedAnnotation
-
GeneratedAnnotation
-
-
Method Details
-
getType
-
getValues
-
setValue
-
setValue
-
clearValues
public void clearValues() -
addValue
-
addValue
-
getValue
-
isMarker
public boolean isMarker() -
isSimple
public boolean isSimple() -
isComplex
public boolean isComplex() -
toFormat
-
annotationFormat
-
annotationFormat
-
annotationFormat
-
annotationFormat
-