org.drools.factmodel
Class AnnotationDefinition.AnnotationPropertyVal

java.lang.Object
  extended by org.drools.factmodel.AnnotationDefinition.AnnotationPropertyVal
Enclosing class:
AnnotationDefinition

public static class AnnotationDefinition.AnnotationPropertyVal
extends Object


Nested Class Summary
static class AnnotationDefinition.AnnotationPropertyVal.ValType
           
 
Method Summary
 String getProperty()
           
 Class getType()
           
 AnnotationDefinition.AnnotationPropertyVal.ValType getValType()
           
 Object getValue()
           
 void setProperty(String property)
           
 void setType(Class type)
           
 void setValType(AnnotationDefinition.AnnotationPropertyVal.ValType valType)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

getProperty

public String getProperty()

setProperty

public void setProperty(String property)

getType

public Class getType()

setType

public void setType(Class type)

getValue

public Object getValue()

setValue

public void setValue(Object value)

getValType

public AnnotationDefinition.AnnotationPropertyVal.ValType getValType()

setValType

public void setValType(AnnotationDefinition.AnnotationPropertyVal.ValType valType)


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