Package | Description |
---|---|
org.drools.core.factmodel |
Modifier and Type | Method and Description |
---|---|
AnnotationDefinition.AnnotationPropertyVal.ValType |
AnnotationDefinition.AnnotationPropertyVal.getValType() |
static AnnotationDefinition.AnnotationPropertyVal.ValType |
AnnotationDefinition.AnnotationPropertyVal.ValType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationDefinition.AnnotationPropertyVal.ValType[] |
AnnotationDefinition.AnnotationPropertyVal.ValType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationDefinition.AnnotationPropertyVal.setValType(AnnotationDefinition.AnnotationPropertyVal.ValType valType) |
Constructor and Description |
---|
AnnotationPropertyVal(String property,
Class type,
Object value,
AnnotationDefinition.AnnotationPropertyVal.ValType valType) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.