Class ClassInfo

    • Method Detail

      • getNamespace

        public String getNamespace()
        Description copied from interface: TypeInfo
        The namespace of this TypeInfo
        Specified by:
        getNamespace in interface TypeInfo
        Returns:
        the namespace of this TypeInfo
      • getName

        public String getName()
        Description copied from interface: TypeInfo
        The name of this TypeInfo
        Specified by:
        getName in interface TypeInfo
        Returns:
        the name of this TypeInfo
      • getBaseType

        public final String getBaseType()
        The base type of this ClassInfo
        Returns:
        the base type of this ClassInfo
      • getElement

        public List<ClassInfoElement> getElement()
        The list of elements that are part of this ClassInfo
        Returns:
        the list of elements that are part of this ClassInfo
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object