Package net.ihe.gazelle.gen.common
Class CommonOperationsStatic
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperationsStatic
-
Method Summary
Modifier and TypeMethodDescriptionstatic BooleancompareExactType(Object obj, String type) static StringextractFractionDigits(Double number) extractListLitteral(Class<?> cl) static StringextractLitteralValue(Object object) static IntegerextractNumberDigits(Double number) static Booleanstatic Booleanstatic Booleanstatic BooleanisGreaterOrEqual(Double dbl, String str) static BooleanisLowerOrEqual(Double dbl, String str) static Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic Booleanstatic BooleanmatchesCodeToValueSet(String oid, String code) static BooleanmatchesValueSet(String oid, String code, String codeSystem, String codeSystemName, String displayName) static BooleanmatchesValueSetWithDisplayName(String oid, String code, String codeSystem, String codeSystemName, String displayName) static StringstringValueOf(Object obj) static BooleanvalidateByXPATHV2(Object obj, String xpath)
-
Method Details
-
matches
-
matches
-
matches
-
matches
-
isOID
-
isUUID
-
isRUID
-
isUID
-
isCSType
-
isSTType
-
isTSType
-
isBIN
-
matchesValueSet
-
isXCN
-
isXPN
-
isXON
-
isDTM
-
matchesValueSetWithDisplayName
-
matchesCodeToValueSet
-
extractListLitteral
-
validateByXPATHV2
-
stringValueOf
-
extractLitteralValue
-
extractNumberDigits
-
extractFractionDigits
-
isLowerOrEqual
-
isGreaterOrEqual
-
compareExactType
-