Class IScriptPartId

    • Constructor Detail

      • IScriptPartId

        public IScriptPartId()
    • Method Detail

      • getContainingType

        public abstract IType getContainingType()
        Returns:
        The type that contains this part.
      • getContainingTypeName

        public abstract String getContainingTypeName()
        Returns:
        The name of the type that contains this part.
      • getId

        public abstract String getId()
        Returns:
        An id that distinguishes this part from other parts in the containing type.
      • setRuntimeType

        public abstract void setRuntimeType​(IGosuClass runtimeType)
      • getRuntimeType

        public abstract IGosuClass getRuntimeType()