commonj.connector.metadata.discovery.properties
Interface SingleTypedProperty

All Superinterfaces:
Cloneable, Property, PropertyDescriptor
All Known Subinterfaces:
BindingTypeProperty, BoundedMultiValuedProperty, FileProperty, FolderProperty, JavaTypeProperty, MultiFileProperty, MultiFolderProperty, MultiJavaTypeProperty, MultiSchemaTypeProperty, MultiValuedProperty, SchemaTypeProperty, SingleValuedProperty

public interface SingleTypedProperty
extends Property, Cloneable

An interface for a property that represents a single Java type. An example would be a property that represents a single Integer value.

Since:
1.0

Method Summary
 PropertyType getPropertyType()
          Returns the type of the property
 
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

getPropertyType

PropertyType getPropertyType()
Returns the type of the property

Returns:
the non null type of the property.