Class ClassInfoElement


  • public class ClassInfoElement
    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 Detail

      • ClassInfoElement

        public ClassInfoElement​(String name,
                                String type)
    • Method Detail

      • getName

        public String getName()
        The name of this ClassInfoElement
        Returns:
        the name of this ClassInfoElement
      • getType

        public String getType()
        The type of this ClassInfoElement
        Returns:
        the type of this ClassInfoElement
      • isOneBased

        public Boolean isOneBased()
        Indicates whether this ClassInfoElement is one-based
        Returns:
        true if this ClassInfoElement is one-based, otherwise false
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object