Package | Description |
---|---|
com.epam.fix.message.rg |
Modifier and Type | Method and Description |
---|---|
RepeatingGroup.Entry |
RepeatingGroup.addEntry()
Adds entry to the end of group
|
RepeatingGroup.Entry |
RepeatingGroup.addEntry(int index)
Adds entry to the specific index at group.
|
RepeatingGroup.Entry |
RepeatingGroup.copyEntry(RepeatingGroup.Entry src)
Copy entry to end of repeating group
|
RepeatingGroup.Entry |
RepeatingGroup.copyEntry(RepeatingGroup.Entry src,
int index)
Copy entry at specified index of repeating group
|
static RepeatingGroup.Entry |
RepeatingGroupPool.getEntry() |
RepeatingGroup.Entry |
RepeatingGroup.getEntry(int index)
Returns entry from specific instance.
|
RepeatingGroup.Entry |
RepeatingGroupIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<RepeatingGroup.Entry> |
RepeatingGroup.iterator()
Returns iterator by entries of repeating group
|
Modifier and Type | Method and Description |
---|---|
void |
RepeatingGroup.addEntry(int index,
RepeatingGroup.Entry entry)
Adds passed entry to the specific index at group.
|
RepeatingGroup.Entry |
RepeatingGroup.copyEntry(RepeatingGroup.Entry src)
Copy entry to end of repeating group
|
RepeatingGroup.Entry |
RepeatingGroup.copyEntry(RepeatingGroup.Entry src,
int index)
Copy entry at specified index of repeating group
|
void |
RepeatingGroup.copyEntry(RepeatingGroup.Entry src,
RepeatingGroup.Entry dst)
Copy entry to end of repeating group
|
void |
RepeatingGroup.copyEntry(RepeatingGroup.Entry src,
RepeatingGroup.Entry dst,
int index)
Copy entry at specified index of repeating group
|
void |
RepeatingGroup.getEntry(int index,
RepeatingGroup.Entry entry)
Fills passed entry instance by entry data.
|
void |
RepeatingGroup.removeEntry(RepeatingGroup.Entry entry)
Removes passed entry from group
|
void |
RepeatingGroup.removeEntryAndClean(RepeatingGroup.Entry entry)
Removes passed entry from group and clean message - remove group instance if it is empty
|
static void |
RepeatingGroupPool.returnObj(RepeatingGroup.Entry entry) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.