org.drools.ide.common.client.modeldriven
Class ModelAnnotation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelAnnotation
public ModelAnnotation()
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-2012 JBoss by Red Hat. All Rights Reserved.