Package com.ibm.fhir.path
Class SimpleTypeInfo
- java.lang.Object
-
- com.ibm.fhir.path.SimpleTypeInfo
-
- All Implemented Interfaces:
TypeInfo
public class SimpleTypeInfo extends Object implements TypeInfo
This class is part of the implementation for the Types and Reflection section of the FHIRPath specification:- See Also:
- FHIRPath Types and Reflection
-
-
Constructor Summary
Constructors Constructor Description SimpleTypeInfo(String namespace, String name, String baseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Indicates whether this SimpleTypeInfo is equal to the parameterString
getBaseType()
The base type of this SimpleTypeInfoString
getName()
The name of this TypeInfoString
getNamespace()
The namespace of this TypeInfoint
hashCode()
String
toString()
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
Description copied from interface:TypeInfo
The namespace of this TypeInfo- Specified by:
getNamespace
in interfaceTypeInfo
- Returns:
- the namespace of this TypeInfo
-
getName
public String getName()
Description copied from interface:TypeInfo
The name of this TypeInfo
-
getBaseType
public String getBaseType()
The base type of this SimpleTypeInfo- Returns:
- the base type of this SimpleTypeInfo
-
equals
public boolean equals(Object obj)
Indicates whether this SimpleTypeInfo is equal to the parameter
-
-