Package org.drools.drl.ast.descr
Class AttributeDescr
- java.lang.Object
-
- org.drools.drl.ast.descr.BaseDescr
-
- org.drools.drl.ast.descr.AttributeDescr
-
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
public class AttributeDescr extends BaseDescr
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeDescr.Type
-
Constructor Summary
Constructors Constructor Description AttributeDescr()AttributeDescr(String name)AttributeDescr(String name, String value)AttributeDescr(String name, String value, AttributeDescr.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()AttributeDescr.TypegetType()StringgetValue()StringgetValueString()voidsetType(AttributeDescr.Type type)voidsetValue(String value)-
Methods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
-
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
setType
public void setType(AttributeDescr.Type type)
-
getType
public AttributeDescr.Type getType()
-
getValueString
public String getValueString()
-
-