Package com.ibm.fhir.path
Class TupleTypeInfoElement
- java.lang.Object
-
- com.ibm.fhir.path.TupleTypeInfoElement
-
public class TupleTypeInfoElement extends Object
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 TupleTypeInfoElement(String name, String type, boolean oneBased)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Indicates whether this TupleTypeInfoElement is equal to the parameterString
getName()
The name of this TupleTypeInfoElementString
getType()
The type of this TupleTypeInfoElementboolean
isOneBased()
Indicates whether this TupleTypeInfoElement is one-basedString
toString()
-
-
-
Method Detail
-
getName
public String getName()
The name of this TupleTypeInfoElement- Returns:
- the name of this TupleTypeInfoElement
-
getType
public String getType()
The type of this TupleTypeInfoElement- Returns:
- the type of this TupleTypeInfoElement
-
isOneBased
public boolean isOneBased()
Indicates whether this TupleTypeInfoElement is one-based- Returns:
- true if this TupleTypeInfoElement is one-based, otherwise false
-
equals
public boolean equals(Object obj)
Indicates whether this TupleTypeInfoElement is equal to the parameter
-
-