Package org.hl7.fhir.r4.fhirpath
Class FHIRPathConstant
- java.lang.Object
-
- org.hl7.fhir.r4.fhirpath.FHIRPathConstant
-
public class FHIRPathConstant extends Object
-
-
Constructor Summary
Constructors Constructor Description FHIRPathConstant()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisFHIRPathConstant(String string)static booleanisFHIRPathFixedName(String string)static booleanisFHIRPathStringConstant(String string)
-
-
-
Constructor Detail
-
FHIRPathConstant
public FHIRPathConstant()
-
-
Method Detail
-
isFHIRPathConstant
public static boolean isFHIRPathConstant(String string)
-
isFHIRPathFixedName
public static boolean isFHIRPathFixedName(String string)
-
isFHIRPathStringConstant
public static boolean isFHIRPathStringConstant(String string)
-
-