Package org.drools.model.impl
Class AnnotationValueImpl
- java.lang.Object
-
- org.drools.model.impl.AnnotationValueImpl
-
- All Implemented Interfaces:
AnnotationValue
public class AnnotationValueImpl extends java.lang.Object implements AnnotationValue
-
-
Constructor Summary
Constructors Constructor Description AnnotationValueImpl(java.lang.String key, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.ObjectgetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Specified by:
getKeyin interfaceAnnotationValue
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfaceAnnotationValue
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-