org.drools.compiler.lang.descr
Class FieldTemplateDescr
java.lang.Object
org.drools.compiler.lang.descr.BaseDescr
org.drools.compiler.lang.descr.FieldTemplateDescr
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.core.rule.Namespaceable
public class FieldTemplateDescr
- extends BaseDescr
- See Also:
- Serialized Form
| Methods inherited from class org.drools.compiler.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 |
FieldTemplateDescr
public FieldTemplateDescr()
FieldTemplateDescr
public FieldTemplateDescr(String name,
String type)
getName
public String getName()
getClassType
public String getClassType()
setClassType
public void setClassType(String classType)
- Parameters:
classType - the classType to set
setName
public void setName(String name)
- Parameters:
name - the name to set
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.