org.drools.lang.descr
Class AttributeDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
org.drools.lang.descr.AttributeDescr
- All Implemented Interfaces:
- Externalizable, Serializable, Namespaceable
public class AttributeDescr
- extends BaseDescr
- See Also:
- Serialized Form
Methods inherited from class org.drools.lang.descr.BaseDescr |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeDescr
public AttributeDescr(String name)
AttributeDescr
public AttributeDescr(String name,
String value)
AttributeDescr
public AttributeDescr(String name,
String value,
AttributeDescr.Type type)
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()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.