Interface SProjectFeatureDescriptor

    • Method Detail

      • getProjectId

        @NotNull
        java.lang.String getProjectId()
        Returns:
        internal id of project holding this feature
        Since:
        10.0
      • getId

        @NotNull
        java.lang.String getId()
        Description copied from interface: ParametersDescriptor
        Returns unique id of this descriptor
        Specified by:
        getId in interface ParametersDescriptor
        Returns:
        unique id of this descriptor. The id is unique only across one project, different projects could have features with same ids. The id could change during project copy.
        Since:
        10.0