Class ScriptPartId

    • Field Detail

      • _type

        private final IType _type
      • _strPartId

        private final java.lang.String _strPartId
      • _typeName

        private final java.lang.String _typeName
    • Constructor Detail

      • ScriptPartId

        public ScriptPartId​(IType type,
                            java.lang.String strPartId)
      • ScriptPartId

        public ScriptPartId​(java.lang.String strFqType,
                            java.lang.String strPartId)
    • Method Detail

      • getContainingTypeName

        public java.lang.String getContainingTypeName()
        Specified by:
        getContainingTypeName in class IScriptPartId
        Returns:
        The name of the type that contains this part.
      • getId

        public java.lang.String getId()
        Specified by:
        getId in class IScriptPartId
        Returns:
        An id that distinguishes this part from other parts in the containing type.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object