public class SelectMask6cParam extends Object
| Constructor and Description |
|---|
SelectMask6cParam()
Creates an instance of the SelectMask6cParam class.
|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
<any> pattern)
Creates an instance of the SelectMask6cParam class.
|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
String pattern,
int length)
Creates an instance of the SelectMask6cParam class.
|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
String pattern,
int length,
Truncate truncate)
Creates an instance of the SelectMask6cParam class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Initializes the values set in the SelectMask6cParam instance.
|
void |
copy(SelectMask6cParam param)
Copy the SelectMask6cParam instance.
|
Mask6cAction |
getAction()
Returns the Action value of "Selection Mask".
|
BankType |
getBank()
Set the Action value of "Selection Mask".
|
int |
getLength()
Returns the Length value of "Selection Mask".
|
int |
getOffset()
Returns the Offset value of "Selection Mask".
|
String |
getPattern()
Returns the Pattern value of "Selection Mask".
|
Mask6cTarget |
getTarget()
Returns the Target Flag of "Selection Mask".
|
Truncate |
getTruncate()
Returns the Truncate value of "Selection Mask".
|
boolean |
isUsed()
Returns whether or not "Selection Mask" is enabled.
|
void |
setAction(Mask6cAction action)
Set the Action value of "Selection Mask".
|
void |
setBank(BankType bank)
Set the Bank value in "Selection Mask".
|
void |
setLength(int length)
Set the Length value of "Selection Mask".
|
void |
setOffset(int offset)
Set the Offset value of "Selection Mask".
|
void |
setPattern(String pattern)
Set the Pattern value of "Selection Mask".
|
void |
setTarget(Mask6cTarget target)
Set the Target Flag of "Selection Mask".
|
void |
setTruncate(Truncate truncate)
Set the Truncate value of "Selection Mask".
|
void |
setUsed(boolean used)
Set whether or not to use "Selection Mask".
|
String |
toString()
Returns a string representation of the SelectMask6cParam instance.
|
public SelectMask6cParam()
public SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
String pattern,
int length)
used - A boolean indicating whether to use the condition of "Selection Mask".target - The Mask6cTarget enumeration indicating the flag of the tag to store the result
of the "Selection Mask" condition.action - The Mask6cAction enumeration indicating how to save the results for the
condition of "Selection Mask".bank - The BankType enumeration representing the memory bank of the tag to compare the
pattern in "Selection Mask".offset - An integer representing the start address at which to begin comparing patterns
in the "Selection Mask". The unit is bit.pattern - A string representing the comparison pattern for "Selection Mask".length - An integer representing the length of the pattern in "Selection Mask".
The unit is bit.public SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
<any> pattern)
used - A boolean indicating whether to use the condition of "Selection Mask".target - The Mask6cTarget enumeration indicating the flag of the tag to store the
result of the "Selection Mask" condition.action - The Mask6cAction enumeration indicating how to save the results for the
condition of "Selection Mask".bank - The BankType enumeration representing the memory bank of the tag to compare
the pattern in "Selection Mask".offset - An integer representing the start address at which to begin comparing patterns
in the "Selection Mask". The unit is bit.pattern - A string representing the comparison pattern for "Selection Mask".public SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
String pattern,
int length,
Truncate truncate)
used - A boolean indicating whether to use the condition of "Selection Mask".target - The Mask6cTarget enumeration indicating the flag of the tag to store the
result of the "Selection Mask" condition.action - The Mask6cAction enumeration indicating how to save the results for the
condition of "Selection Mask".bank - The BankType enumeration representing the memory bank of the tag to compare
the pattern in "Selection Mask".offset - An integer representing the start address at which to begin comparing patterns
in the "Selection Mask". The unit is bit.pattern - A string representing the comparison pattern for "Selection Mask".length - An integer representing the length of the pattern in "Selection Mask". The unit is bit.truncate - The Truncate enumeration indicating how to truncate the EPC.public void copy(SelectMask6cParam param)
param - An instance of SelectMask6cParam to copy.public void clear()
public boolean isUsed()
public void setUsed(boolean used)
used - A boolean indicating whether to use the condition of "Selection Mask".public Mask6cTarget getTarget()
public void setTarget(Mask6cTarget target)
target - The Mask6cTarget enumeration indicating the flag of the tag to store the
result of the "Selection Mask" condition.public Mask6cAction getAction()
public void setAction(Mask6cAction action)
action - The Mask6cAction enumeration indicating how to save the results for the
condition of "Selection Mask".public BankType getBank()
public void setBank(BankType bank)
bank - The BankType enumeration representing the memory bank of the tag to compare
the pattern in "Selection Mask".public int getOffset()
public void setOffset(int offset)
offset - An integer representing the start address at which to begin comparing patterns
in the "Selection Mask". The unit is bit.public String getPattern()
public void setPattern(String pattern)
pattern - A string representing the comparison pattern for "Selection Mask".public int getLength()
public void setLength(int length)
length - An integer representing the length of the pattern in "Selection Mask". The unit is bit.public Truncate getTruncate()
public void setTruncate(Truncate truncate)
truncate - The Truncate enumeration indicating how to truncate the EPC.