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 String
generate()
String
name()
List<String>
values()
JAnnotation
withName(String name)
JAnnotation
withValues(List<String> values)
-
-
-
Method Detail
-
name
public String name()
- Specified by:
name
in interfaceIJAnnotation
-
values
public List<String> values()
- Specified by:
values
in interfaceIJAnnotation
-
generate
public String generate()
- Specified by:
generate
in interfaceIJAnnotation
-
withName
public JAnnotation withName(String name)
-
withValues
public JAnnotation withValues(List<String> values)
-
-