Class JAnnotation
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.java.impl.JAnnotation
-
- All Implemented Interfaces:
IJAnnotation
public class JAnnotation extends Object implements IJAnnotation
-
-
Constructor Summary
Constructors Constructor Description JAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgenerate()Stringname()List<String>values()JAnnotationwithName(String name)JAnnotationwithValues(List<String> values)
-
-
-
Method Detail
-
name
public String name()
- Specified by:
namein interfaceIJAnnotation
-
values
public List<String> values()
- Specified by:
valuesin interfaceIJAnnotation
-
generate
public String generate()
- Specified by:
generatein interfaceIJAnnotation
-
withName
public JAnnotation withName(String name)
-
withValues
public JAnnotation withValues(List<String> values)
-
-