|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.xml.MessagePartVersionSuffixHelper
public class MessagePartVersionSuffixHelper
A utility helper used to compare message part type names while ignoring a version suffix.
Constructor Summary | |
---|---|
MessagePartVersionSuffixHelper()
|
Method Summary | |
---|---|
static boolean |
matchesDisregardingVersionSuffix(String type,
List<String> messagePartNames)
Compare two message part types, while ignoring the suffix. |
static boolean |
matchesDisregardingVersionSuffix(String type,
String hl7PartType)
Compare two message part type names, while ignoring the suffix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessagePartVersionSuffixHelper()
Method Detail |
---|
public static boolean matchesDisregardingVersionSuffix(String type, List<String> messagePartNames)
Compare two message part types, while ignoring the suffix.
type
- = the type namemessagePartNames
- - a list of message part names to compare against
public static boolean matchesDisregardingVersionSuffix(String type, String hl7PartType)
Compare two message part type names, while ignoring the suffix.
type
- = the type namehl7PartType
- - the type to compare against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |