| Package | Description |
|---|---|
| cvp.vo |
| Modifier and Type | Field and Description |
|---|---|
protected ScreeningTypeCodeEnum |
Report.ScreeningTypeCode.screeningTypeCode |
| Modifier and Type | Method and Description |
|---|---|
static ScreeningTypeCodeEnum |
ScreeningTypeCodeEnum.fromValue(java.lang.String v) |
ScreeningTypeCodeEnum |
Report.ScreeningTypeCode.getScreeningTypeCode()
Gets the value of the screeningTypeCode property.
|
static ScreeningTypeCodeEnum |
ScreeningTypeCodeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScreeningTypeCodeEnum[] |
ScreeningTypeCodeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Report.ScreeningTypeCode.setScreeningTypeCode(ScreeningTypeCodeEnum value)
Sets the value of the screeningTypeCode property.
|