@Label(value="Filter") public interface FilterDescriptor extends WebDescriptor, com.buschmais.jqassistant.plugin.common.api.model.NamedDescriptor, AsyncSupportedDescriptor, com.buschmais.jqassistant.plugin.java.api.model.TypedDescriptor
Modifier and Type | Method and Description |
---|---|
List<DescriptionDescriptor> |
getDescriptions() |
List<DisplayNameDescriptor> |
getDisplayNames() |
List<IconDescriptor> |
getIcons() |
List<ParamValueDescriptor> |
getInitParams() |
List<FilterMappingDescriptor> |
getMappings() |
getName, setName
isAsyncSupported, setAsyncSupported
@Relation(value="HAS_DESCRIPTION") List<DescriptionDescriptor> getDescriptions()
@Relation(value="HAS_DISPLAY_NAME") List<DisplayNameDescriptor> getDisplayNames()
@Relation(value="HAS_ICON") List<IconDescriptor> getIcons()
@Relation(value="HAS_INIT_PARAM") List<ParamValueDescriptor> getInitParams()
@Relation(value="HAS_MAPPING") List<FilterMappingDescriptor> getMappings()
Copyright © 2016 buschmais GbR. All rights reserved.