Package commonj.connector.metadata.discovery.properties

This package defines property description interfaces that must be implemented by an EMD service provider.

See:
          Description

Interface Summary
BoundedMultiValuedProperty A MultiValuedProperty that has a bounded size for the list of values it can hold.
MultiValuedProperty A property descriptor that represents a multiple valued property such as an array, vector, collection, etc.
NodeProperty An interface for a property node that is part of a TreeProperty.
Property An interface that represents an actual property who's value can be set.
PropertyChangeListener The event listener interface that accepts PropertyEvent events.
PropertyDescriptor A base interface for describing a property, or a group of properties.
PropertyGroup An interface that represents a group of properties.
PropertyType The interface that describes the nature of a property.
SingleTypedProperty An interface for a property that represents a single Java type.
SingleValuedProperty An interface for a single typed property that can hold only one value.
TableProperty A property representing a table of information with rows and columns.
TableProperty.ColumnDescriptor The descriptor interface for a column.
TreeProperty An interface for a property that represents a tree of selectable nodes.
 

Class Summary
PropertyEvent An extension to the java.beans.PropertyChangeEvent class used to notify of property changes.
 

Package commonj.connector.metadata.discovery.properties Description

This package defines property description interfaces that must be implemented by an EMD service provider. The interfaces enable a tool environment to render required properties within its user interface. All properties, that are needed as user input by the EMD service provider, must be defined using the API's provided in this package.

Related Documentation

For overviews and further documentation please see: