Interface ArrayValueDescriptor

All Superinterfaces:
com.buschmais.xo.api.CompositeObject, Descriptor, NamedDescriptor, ValueDescriptor<List<ValueDescriptor<?>>>

@Label("Array") public interface ArrayValueDescriptor extends ValueDescriptor<List<ValueDescriptor<?>>>
Represents an array value.
  • 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