|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasMismatchInformation
Nested Class Summary | |
---|---|
static class |
HasMismatchInformation.MismatchInformation_list
Inner list class for holding multiple entries for attribute mismatchInformation. |
Method Summary | |
---|---|
void |
addToMismatchInformation(int position,
MismatchInformation mismatchInformation)
Method to add MismatchInformation at position to MismatchInformation_list |
void |
addToMismatchInformation(MismatchInformation mismatchInformation)
Method to add MismatchInformation to MismatchInformation_list |
MismatchInformation |
getFromMismatchInformation(int position)
Method to get MismatchInformation from MismatchInformation_list |
HasMismatchInformation.MismatchInformation_list |
getMismatchInformation()
Get method for mismatchInformation |
void |
removeElementAtFromMismatchInformation(int position)
Method to remove by position from MismatchInformation_list |
void |
removeFromMismatchInformation(MismatchInformation mismatchInformation)
Method to remove first MismatchInformation from MismatchInformation_list |
void |
setMismatchInformation(HasMismatchInformation.MismatchInformation_list mismatchInformation)
Set method for mismatchInformation |
Method Detail |
---|
void setMismatchInformation(HasMismatchInformation.MismatchInformation_list mismatchInformation)
value
- to setHasMismatchInformation.MismatchInformation_list getMismatchInformation()
void addToMismatchInformation(MismatchInformation mismatchInformation)
void addToMismatchInformation(int position, MismatchInformation mismatchInformation)
MismatchInformation getFromMismatchInformation(int position)
void removeElementAtFromMismatchInformation(int position)
void removeFromMismatchInformation(MismatchInformation mismatchInformation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |