commonj.connector.metadata.discovery.properties.extensions
Interface JavaTypeProperty

All Superinterfaces:
Cloneable, Property, PropertyDescriptor, SingleTypedProperty, SingleValuedProperty

public interface JavaTypeProperty
extends SingleValuedProperty

A property interface for browsing or selecting a single Java type. The Java type is represented by java.lang.String and has a value of a fully qualified class name.

Since:
1.1

Method Summary
 String[] getImplementationTypes()
          Represents all the implementation types that the type must extend or implement.
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.SingleValuedProperty
getValue, getValueAsString, setValue, setValueAsString
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.SingleTypedProperty
getPropertyType
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.Property
getValidationMessage, isSet, isValid, unSet
 
Methods inherited from interface commonj.connector.metadata.discovery.properties.PropertyDescriptor
addPropertyChangeListener, clone, getDescription, getDisplayName, getID, getName, isEnabled, removePropertyChangeListener
 

Method Detail

getImplementationTypes

String[] getImplementationTypes()
Represents all the implementation types that the type must extend or implement.

Returns:
the array of fully qualified type names.