public interface CopertField
Modifier and Type | Method and Description |
---|---|
static CopertField |
getValue(CopertHeader header,
java.lang.String string)
Use to compute the particular field that correspond to the specified string
for the specified header.
|
java.lang.String |
matcher()
Name of the field used to read the Copert tree.
|
static CopertField |
randomSelector()
Special random Copert field
|
static CopertField |
valueOf(CopertHeader header,
java.lang.String value)
Use to compute the particular field that correspond to the specified enumeration
string representation for the specified header.
|
java.lang.String matcher()
static CopertField getValue(CopertHeader header, java.lang.String string)
header
- header typestring
- field valuestatic CopertField valueOf(CopertHeader header, java.lang.String value)
header
- header typevalue
- enum string representationstatic CopertField randomSelector()