Uses of Class
com.ibm.fhir.path.FHIRPathType
-
Packages that use FHIRPathType Package Description com.ibm.fhir.path com.ibm.fhir.path.util -
-
Uses of FHIRPathType in com.ibm.fhir.path
Fields in com.ibm.fhir.path declared as FHIRPathType Modifier and Type Field Description protected FHIRPathTypeFHIRPathAbstractNode.Builder. typeprotected FHIRPathTypeFHIRPathAbstractNode. typeMethods in com.ibm.fhir.path that return FHIRPathType Modifier and Type Method Description FHIRPathTypeFHIRPathType. baseType()The base type of this FHIRPathTypestatic FHIRPathTypeFHIRPathType. from(Class<?> clazz)Create a FHIRPathType from aClassclassstatic FHIRPathTypeFHIRPathType. from(String name)Create a FHIRPathType from theStringname parameterstatic FHIRPathTypeFHIRPathType. from(String namespace, String name)FHIRPathTypeFHIRPathAbstractNode. type()FHIRPathTypeFHIRPathNode. type()The type of this FHIRPathNodestatic FHIRPathTypeFHIRPathType. valueOf(String name)Returns the enum constant of this type with the specified name.static FHIRPathType[]FHIRPathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.path that return types with arguments of type FHIRPathType Modifier and Type Method Description static Set<FHIRPathType>FHIRPathType. getMetamodelTypes()The set of FHIRPath metamodel thypesstatic Set<FHIRPathType>FHIRPathType. getSystemTypes()The set of FHIRPath system typesMethods in com.ibm.fhir.path with parameters of type FHIRPathType Modifier and Type Method Description booleanFHIRPathType. isAssignableFrom(FHIRPathType type)Determines if this type is the same as or a supertype of the one specified by the method parameter.static booleanFHIRPathType. isMetamodelType(FHIRPathType type)Indicates whether the parameter is a FHIRPath metamodel typestatic booleanFHIRPathType. isSystemType(FHIRPathType type)Indicates whether the parameter is a FHIRPath system typestatic FHIRPathResourceNodeFHIRPathResourceNode. resourceNode(FHIRPathType type)Static factory method for creating FHIRPathResourceNode instances from aFHIRPathTypeConstructors in com.ibm.fhir.path with parameters of type FHIRPathType Constructor Description Builder(FHIRPathType type)Builder(FHIRPathType type)Builder(FHIRPathType type, TemporalAccessor temporalAccessor, ChronoField precision)Builder(FHIRPathType type, com.ibm.fhir.model.type.Element element)Builder(FHIRPathType type, com.ibm.fhir.model.type.Quantity quantity)Builder(FHIRPathType type, com.ibm.fhir.model.resource.Resource resource) -
Uses of FHIRPathType in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util with parameters of type FHIRPathType Modifier and Type Method Description static ClassInfoFHIRPathUtil. buildClassInfo(FHIRPathType type)static SimpleTypeInfoFHIRPathUtil. buildSimpleTypeInfo(FHIRPathType type)
-