Package | Description |
---|---|
org.liris.smartgov.lez.core.copert.fields | |
org.liris.smartgov.lez.core.copert.inputParser | |
org.liris.smartgov.lez.core.copert.tableParser |
Modifier and Type | Method and Description |
---|---|
static CopertField |
CopertField.getValue(CopertHeader header,
java.lang.String string)
Use to compute the particular field that correspond to the specified string
for the specified header.
|
static CopertField |
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.
|
Modifier and Type | Method and Description |
---|---|
CopertHeader |
CopertProfile.getHeader() |
Modifier and Type | Method and Description |
---|---|
static CopertHeader |
CopertHeader.getValue(java.lang.String string) |
static CopertHeader |
CopertHeader.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CopertHeader[] |
CopertHeader.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CopertField |
CopertHeader.randomField(CopertHeader header) |