Package | Description |
---|---|
org.drools.compiler.lang.api | |
org.drools.compiler.lang.api.impl | |
org.drools.compiler.lang.descr |
Modifier and Type | Method and Description |
---|---|
P |
AttributeSupportBuilder.attribute(String name,
String value,
AttributeDescr.Type type)
Adds a new attribute with the given name and value
|
AttributeDescrBuilder<P> |
AttributeDescrBuilder.type(AttributeDescr.Type type)
Sets the attribute value type
|
Modifier and Type | Method and Description |
---|---|
PackageDescrBuilder |
PackageDescrBuilderImpl.attribute(String name,
String value,
AttributeDescr.Type type) |
RuleDescrBuilder |
RuleDescrBuilderImpl.attribute(String name,
String value,
AttributeDescr.Type type) |
AttributeDescrBuilder<P> |
AttributeDescrBuilderImpl.type(AttributeDescr.Type type) |
Modifier and Type | Method and Description |
---|---|
AttributeDescr.Type |
AttributeDescr.getType() |
static AttributeDescr.Type |
AttributeDescr.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeDescr.Type[] |
AttributeDescr.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeDescr.setType(AttributeDescr.Type type) |
Constructor and Description |
---|
AttributeDescr(String name,
String value,
AttributeDescr.Type type) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.