Drools Workbench - Data Model API 6.0.0.CR4

org.drools.workbench.models.datamodel.model
Class ModelAnnotation

java.lang.Object
  extended by org.drools.workbench.models.datamodel.model.ModelAnnotation

public class ModelAnnotation
extends Object

An annotation on a Fact type


Constructor Summary
ModelAnnotation()
           
ModelAnnotation(String annotationName, String annotationKey, String annotationValue)
           
 
Method Summary
 String getAnnotationName()
           
 Map<String,String> getAnnotationValues()
           
 void setAnnotationName(String annotationName)
           
 void setAnnotationValues(Map<String,String> annotationValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelAnnotation

public ModelAnnotation()

ModelAnnotation

public ModelAnnotation(String annotationName,
                       String annotationKey,
                       String annotationValue)
Method Detail

getAnnotationName

public String getAnnotationName()

setAnnotationName

public void setAnnotationName(String annotationName)

getAnnotationValues

public Map<String,String> getAnnotationValues()

setAnnotationValues

public void setAnnotationValues(Map<String,String> annotationValues)

Drools Workbench - Data Model API 6.0.0.CR4

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