| Package | Description |
|---|---|
| eu.fispace.api.ag |
This package contains the classes that describe the format of the messages that
the FIspace SDI component will exchange with:
The FIspace B2B component
External systems connected to FIspace
The classes in this package are specific for the overall greenhouse example scenario
to be developed until the M9 milestone.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComplaintReasonType |
ComplaintAnalysis.complaintReason |
| Modifier and Type | Field and Description |
|---|---|
protected List<ComplaintReasonType> |
ComplaintType.reason |
| Modifier and Type | Method and Description |
|---|---|
static ComplaintReasonType |
ComplaintReasonType.fromValue(String v) |
ComplaintReasonType |
ComplaintAnalysis.getComplaintReason()
Obtiene el valor de la propiedad complaintReason.
|
static ComplaintReasonType |
ComplaintReasonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplaintReasonType[] |
ComplaintReasonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComplaintReasonType> |
ComplaintType.getReason()
Gets the value of the reason property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplaintAnalysis.setComplaintReason(ComplaintReasonType value)
Define el valor de la propiedad complaintReason.
|
ComplaintAnalysis |
ComplaintAnalysis.withComplaintReason(ComplaintReasonType value) |
ComplaintType |
ComplaintType.withReason(ComplaintReasonType... values) |
ProductComplaint |
ProductComplaint.withReason(ComplaintReasonType... values) |
| Modifier and Type | Method and Description |
|---|---|
ComplaintType |
ComplaintType.withReason(Collection<ComplaintReasonType> values) |
ProductComplaint |
ProductComplaint.withReason(Collection<ComplaintReasonType> values) |
Copyright © 2015. All Rights Reserved.