public class AnnotationAdapter extends Object implements Annotation
Constructor and Description |
---|
AnnotationAdapter(org.kie.api.definition.type.Annotation delegate) |
Modifier and Type | Method and Description |
---|---|
static List<Annotation> |
adaptAnnotations(Collection<org.kie.api.definition.type.Annotation> annotations) |
String |
getName() |
Class |
getPropertyType(String key) |
Object |
getPropertyValue(String key) |
public AnnotationAdapter(org.kie.api.definition.type.Annotation delegate)
public String getName()
getName
in interface Annotation
public Object getPropertyValue(String key)
getPropertyValue
in interface Annotation
public Class getPropertyType(String key)
getPropertyType
in interface Annotation
public static List<Annotation> adaptAnnotations(Collection<org.kie.api.definition.type.Annotation> annotations)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.