|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aurel.track.fieldType.runtime.matchers.AbstractMatcherBase
public abstract class AbstractMatcherBase
Base class fot for AbstractMatcherDT and AbstractMatcherRT
| Field Summary | |
|---|---|
protected java.lang.Integer |
fieldID
|
protected java.lang.Object |
matchValue
|
protected int |
relation
|
| Constructor Summary | |
|---|---|
AbstractMatcherBase(java.lang.Integer fieldID)
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getFieldID()
Gets the fieldID the matcher refers to |
java.lang.Object |
getMatchValue()
Gets the match value, the match relation refers to |
int |
getRelation()
Gets the match relation for the value |
void |
setMatchValue(java.lang.Object matchValue)
Sets the mach value |
void |
setRelation(int relation)
Sets the match relation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object matchValue
protected int relation
protected java.lang.Integer fieldID
| Constructor Detail |
|---|
public AbstractMatcherBase(java.lang.Integer fieldID)
| Method Detail |
|---|
public java.lang.Integer getFieldID()
IMatcherBase
getFieldID in interface IMatcherBasepublic java.lang.Object getMatchValue()
IMatcherBase
getMatchValue in interface IMatcherBasepublic void setMatchValue(java.lang.Object matchValue)
IMatcherBase
setMatchValue in interface IMatcherBasematchValue - the matchValue to setpublic int getRelation()
IMatcherBase
getRelation in interface IMatcherBasepublic void setRelation(int relation)
IMatcherBase
setRelation in interface IMatcherBaserelation - the relation to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||