org.geotools.feature.type
Class AssociationDescriptorImpl

Object
  extended by PropertyDescriptorImpl
      extended by AssociationDescriptorImpl
All Implemented Interfaces:
AssociationDescriptor, PropertyDescriptor

public class AssociationDescriptorImpl
extends PropertyDescriptorImpl
implements AssociationDescriptor


Field Summary
 
Fields inherited from class PropertyDescriptorImpl
isNillable, maxOccurs, minOccurs, name, type
 
Constructor Summary
AssociationDescriptorImpl(AssociationType type, Name name, int min, int max, boolean isNillable)
           
 
Method Summary
 AssociationType getType()
          The type of the property defined by the descriptor.
 
Methods inherited from class PropertyDescriptorImpl
equals, getMaxOccurs, getMinOccurs, getName, getUserData, hashCode, isNillable, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface PropertyDescriptor
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
 

Constructor Detail

AssociationDescriptorImpl

public AssociationDescriptorImpl(AssociationType type,
                                 Name name,
                                 int min,
                                 int max,
                                 boolean isNillable)
Method Detail

getType

public AssociationType getType()
Description copied from interface: PropertyDescriptor
The type of the property defined by the descriptor.

This value should never be null. The type contains information about the value of the property such as its java class.

Specified by:
getType in interface AssociationDescriptor
Specified by:
getType in interface PropertyDescriptor
Overrides:
getType in class PropertyDescriptorImpl
See Also:
PropertyDescriptor.getType()


Copyright © 1996-2014 Geotools. All Rights Reserved.