Package org.drools.base.factmodel
Class AnnotationDefinition.AnnotationPropertyVal
java.lang.Object
org.drools.base.factmodel.AnnotationDefinition.AnnotationPropertyVal
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- AnnotationDefinition
public static class AnnotationDefinition.AnnotationPropertyVal
extends Object
implements Externalizable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationPropertyVal(String property, Class type, Object value, AnnotationDefinition.AnnotationPropertyVal.ValType valType) -
Method Summary
Modifier and TypeMethodDescriptiongetType()getValue()voidvoidsetProperty(String property) voidvoidvoidtoString()void
-
Constructor Details
-
AnnotationPropertyVal
public AnnotationPropertyVal() -
AnnotationPropertyVal
public AnnotationPropertyVal(String property, Class type, Object value, AnnotationDefinition.AnnotationPropertyVal.ValType valType)
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
toString
-
getProperty
-
setProperty
-
getType
-
setType
-
getValue
-
setValue
-
getValType
-
setValType
-