|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.fix.validation.engine.utils.definitions.AbstractFIXDefinition<Blockdef> com.epam.fix.validation.engine.utils.definitions.BlockDefinitionsUtils
public final class BlockDefinitionsUtils
Constructor Summary | |
---|---|
BlockDefinitionsUtils(Dictionaries dictionariesContainer)
Creates the BlockDefinitionsUtils . |
Method Summary | |
---|---|
boolean |
contains(String blockName)
Checks if block with name blockName exists. |
Collection<Blockdef> |
get()
Gets the collection of block. |
Blockdef |
get(String blockName)
Gets the block. |
Set<String> |
getMessageTypes()
Gets set of block |
List<Integer> |
getRequiredTags(String blockName)
Gets required tags for message. |
void |
put(List blocks)
Puts the blocks to the map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockDefinitionsUtils(Dictionaries dictionariesContainer)
BlockDefinitionsUtils
.
dictionariesContainer
- the dictionaryMethod Detail |
---|
public Set<String> getMessageTypes()
public List<Integer> getRequiredTags(String blockName)
blockName
- the block namepublic void put(List blocks)
blocks
- the block collectionpublic Collection<Blockdef> get()
public Blockdef get(String blockName)
blockName
- the block name
public boolean contains(String blockName)
blockName
- the block name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |