Interface ManifestEntryDescriptor

All Superinterfaces:
com.buschmais.xo.api.CompositeObject, com.buschmais.jqassistant.core.store.api.model.Descriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor, com.buschmais.jqassistant.plugin.common.api.model.ValueDescriptor<String>

@Label("ManifestEntry") public interface ManifestEntryDescriptor extends com.buschmais.jqassistant.plugin.common.api.model.ValueDescriptor<String>
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the value.
    void
    Set the value.

    Methods inherited from interface com.buschmais.xo.api.CompositeObject

    as, getDelegate, getId

    Methods inherited from interface com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor

    getName, setName
  • Method Details

    • setValue

      void setValue(String value)
      Set the value.
      Specified by:
      setValue in interface com.buschmais.jqassistant.plugin.common.api.model.ValueDescriptor<String>
      Parameters:
      value - The value.
    • getValue

      @Property("value") String getValue()
      Return the value.
      Specified by:
      getValue in interface com.buschmais.jqassistant.plugin.common.api.model.ValueDescriptor<String>
      Returns:
      The value.