Eclipse Platform
Release 3.6

org.eclipse.osgi.service.resolver
Interface GenericDescription

All Superinterfaces:
BaseDescription

public interface GenericDescription
extends BaseDescription

A description of a generic capability.

Since:
3.2
Restriction:
This interface is not intended to be implemented by clients.

Field Summary
static String DEFAULT_TYPE
          The default type of generic capability.
 
Method Summary
 Dictionary getAttributes()
          Returns the arbitrary attributes for this description
 String getType()
          Returns the type of generic description capability
 
Methods inherited from interface org.eclipse.osgi.service.resolver.BaseDescription
getName, getSupplier, getVersion
 

Field Detail

DEFAULT_TYPE

static final String DEFAULT_TYPE
The default type of generic capability.

See Also:
Constant Field Values
Method Detail

getAttributes

Dictionary getAttributes()
Returns the arbitrary attributes for this description

Returns:
the arbitrary attributes for this description

getType

String getType()
Returns the type of generic description capability

Returns:
the type of generic description capability

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.