org.drools.ide.common.client.modeldriven
Class ModelAnnotation

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.ModelAnnotation
All Implemented Interfaces:
Serializable, PortableObject

public class ModelAnnotation
extends Object
implements PortableObject

An annotation on a Fact type

See Also:
Serialized Form

Constructor Summary
ModelAnnotation()
           
 
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()
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)


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