Knowledge API Legacy5 Adapter 6.2.0.Final

org.drools.impl.adapters
Class AnnotationAdapter

java.lang.Object
  extended by org.drools.impl.adapters.AnnotationAdapter
All Implemented Interfaces:
Annotation

public class AnnotationAdapter
extends Object
implements Annotation


Constructor Summary
AnnotationAdapter(org.kie.api.definition.type.Annotation delegate)
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationAdapter

public AnnotationAdapter(org.kie.api.definition.type.Annotation delegate)
Method Detail

getName

public String getName()
Specified by:
getName in interface Annotation

getPropertyValue

public Object getPropertyValue(String key)
Specified by:
getPropertyValue in interface Annotation

getPropertyType

public Class getPropertyType(String key)
Specified by:
getPropertyType in interface Annotation

adaptAnnotations

public static List<Annotation> adaptAnnotations(Collection<org.kie.api.definition.type.Annotation> annotations)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Knowledge API Legacy5 Adapter 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.