Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.asseteditor.drools.factmodel
Class AnnotationMetaModel

java.lang.Object
  extended by org.drools.guvnor.client.asseteditor.drools.factmodel.AnnotationMetaModel
All Implemented Interfaces:
Serializable, PortableObject

public class AnnotationMetaModel
extends Object
implements PortableObject

See Also:
Serialized Form

Field Summary
 String name
           
 Map<String,String> values
           
 
Constructor Summary
AnnotationMetaModel()
           
AnnotationMetaModel(String name, Map<String,String> values)
           
 
Method Summary
 Map<String,String> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

values

public Map<String,String> values
Constructor Detail

AnnotationMetaModel

public AnnotationMetaModel()

AnnotationMetaModel

public AnnotationMetaModel(String name,
                           Map<String,String> values)
Method Detail

getValues

public Map<String,String> getValues()

Guvnor web application Drools 6.0.0-SNAPSHOT

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