org.kie.workbench.common.services.datamodel.model
Class ModelAnnotation
java.lang.Object
org.kie.workbench.common.services.datamodel.model.ModelAnnotation
@Portable
public class ModelAnnotation
- extends Object
An annotation on a Fact type
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelAnnotation
public ModelAnnotation()
ModelAnnotation
public ModelAnnotation(String annotationName,
String annotationKey,
String annotationValue)
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-2013 JBoss by Red Hat. All Rights Reserved.