org.drools.lang.api
Interface AttributeDescrBuilder

All Superinterfaces:
DescrBuilder<AttributeDescr>
All Known Implementing Classes:
AttributeDescrBuilderImpl

public interface AttributeDescrBuilder
extends DescrBuilder<AttributeDescr>

A descriptor builder for attributes


Method Summary
 AttributeDescrBuilder type(AttributeDescr.Type type)
           
 AttributeDescrBuilder value(String value)
           
 
Methods inherited from interface org.drools.lang.api.DescrBuilder
endCharacter, endLocation, getDescr, startCharacter, startLocation
 

Method Detail

value

AttributeDescrBuilder value(String value)

type

AttributeDescrBuilder type(AttributeDescr.Type type)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.