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) |
boolean |
equals(Object obj) |
String |
getName() |
Class |
getPropertyType(String key) |
Object |
getPropertyValue(String key) |
int |
hashCode() |
public AnnotationAdapter(org.kie.api.definition.type.Annotation delegate)
public String getName()
getName in interface Annotationpublic Object getPropertyValue(String key)
getPropertyValue in interface Annotationpublic Class getPropertyType(String key)
getPropertyType in interface Annotationpublic static List<Annotation> adaptAnnotations(Collection<org.kie.api.definition.type.Annotation> annotations)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.