Package org.drools.model
Interface TypeMetaData
-
- All Superinterfaces:
NamedModelItem
- All Known Implementing Classes:
TypeMetaDataImpl
public interface TypeMetaData extends NamedModelItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,AnnotationValue[]>getAnnotations()java.lang.Class<?>getType()-
Methods inherited from interface org.drools.model.NamedModelItem
getFullName, getName, getPackage
-
-
-
-
Method Detail
-
getType
java.lang.Class<?> getType()
-
getAnnotations
java.util.Map<java.lang.String,AnnotationValue[]> getAnnotations()
-
-