|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.engine.input.connectors.SGLN96Trigger
public class SGLN96Trigger
Constructor Summary | |
---|---|
SGLN96Trigger()
Constructor |
|
SGLN96Trigger(byte filterValue,
long companyPrefix,
int locationReference,
long extComponent)
Constructor |
Method Summary | |
---|---|
long |
getCompanyPrefix()
Getter for companyPrefix |
long |
getExtComponent()
Getter for extComponent |
byte |
getFilterValue()
Getter for filterValue |
int |
getLocationReference()
Getter for locationReference |
boolean |
matches(Sgln96Codec aSgln96Codec)
Test if tag data wrapped by passed codec matches this sgln96. |
void |
setCompanyPrefix(long companyPrefix)
Setter for companyPrefix |
void |
setExtComponent(long extComponent)
Setter for extComponent |
void |
setFilterValue(byte filterValue)
Setter for filterValue |
void |
setLocationReference(int locationReference)
Setter for locationReference |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SGLN96Trigger()
public SGLN96Trigger(byte filterValue, long companyPrefix, int locationReference, long extComponent)
filterValue
- companyPrefix
- locationReference
- extComponent
- Method Detail |
---|
public byte getFilterValue()
public long getCompanyPrefix()
public int getLocationReference()
public long getExtComponent()
public void setFilterValue(byte filterValue)
filterValue
- the value to setpublic void setCompanyPrefix(long companyPrefix)
companyPrefix
- the value to setpublic void setLocationReference(int locationReference)
locationReference
- the value to setpublic void setExtComponent(long extComponent)
extComponent
- the value to setpublic boolean matches(Sgln96Codec aSgln96Codec)
aSgln96Codec
-
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |