org.kie.workbench.common.services.datamodel.model
Class Annotation
java.lang.Object
org.kie.workbench.common.services.datamodel.model.Annotation
@Portable
public class Annotation
- extends Object
Portable representation of an annotation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation
public Annotation()
Annotation
public Annotation(String qualifiedTypeName)
getQualifiedTypeName
public String getQualifiedTypeName()
getAttributes
public Map<String,String> getAttributes()
addAttribute
public void addAttribute(String name,
String value)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.