|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.factmodel.AnnotationDefinition
public class AnnotationDefinition
| Nested Class Summary | |
|---|---|
static class |
AnnotationDefinition.AnnotationPropertyVal
|
| Constructor Summary | |
|---|---|
AnnotationDefinition(String name)
|
|
| Method Summary | |
|---|---|
static AnnotationDefinition |
build(Class annotationClass,
Map<String,String> valueMap,
TypeResolver resolver)
|
boolean |
equals(Object o)
|
String |
getName()
|
Map<String,AnnotationDefinition.AnnotationPropertyVal> |
getValues()
|
int |
hashCode()
|
void |
setName(String name)
|
static String |
unquote(String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationDefinition(String name)
| Method Detail |
|---|
public Map<String,AnnotationDefinition.AnnotationPropertyVal> getValues()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String getName()
public void setName(String name)
public static AnnotationDefinition build(Class annotationClass,
Map<String,String> valueMap,
TypeResolver resolver)
throws NoSuchMethodException
NoSuchMethodExceptionpublic static String unquote(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||