org.drools.guvnor.client.factmodel
Class AnnotationMetaModel

java.lang.Object
  extended by org.drools.guvnor.client.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()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.