|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.Declaration
public class Declaration
Constructor Summary | |
---|---|
Declaration(java.lang.String identifier,
Extractor extractor,
int column)
Construct. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
int |
getColumn()
Returns the index of the column |
Extractor |
getExtractor()
Returns the Extractor expression |
java.lang.String |
getIdentifier()
Retrieve the variable's identifier. |
ObjectType |
getObjectType()
Retrieve the ObjectType . |
java.lang.Object |
getValue(java.lang.Object object)
|
int |
hashCode()
|
void |
setColumn(int column)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Declaration(java.lang.String identifier, Extractor extractor, int column)
identifier
- The name of the variable.objectType
- The type of this variable declaration.order
- The index within a rule.Method Detail |
---|
public java.lang.String getIdentifier()
public ObjectType getObjectType()
ObjectType
.
public int getColumn()
public void setColumn(int column)
public Extractor getExtractor()
public java.lang.Object getValue(java.lang.Object object)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |