|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDescr.Type | |
---|---|
org.drools.lang.api | |
org.drools.lang.api.impl | |
org.drools.lang.descr |
Uses of AttributeDescr.Type in org.drools.lang.api |
---|
Methods in org.drools.lang.api with parameters of type AttributeDescr.Type | |
---|---|
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 |
Uses of AttributeDescr.Type in org.drools.lang.api.impl |
---|
Methods in org.drools.lang.api.impl with parameters of type AttributeDescr.Type | |
---|---|
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)
|
Uses of AttributeDescr.Type in org.drools.lang.descr |
---|
Methods in org.drools.lang.descr that return AttributeDescr.Type | |
---|---|
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. |
Methods in org.drools.lang.descr with parameters of type AttributeDescr.Type | |
---|---|
void |
AttributeDescr.setType(AttributeDescr.Type type)
|
Constructors in org.drools.lang.descr with parameters of type AttributeDescr.Type | |
---|---|
AttributeDescr(String name,
String value,
AttributeDescr.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |