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()
           
 
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()
Specified by:
getType in interface AssociationDescriptor
Specified by:
getType in interface PropertyDescriptor
Overrides:
getType in class PropertyDescriptorImpl


Copyright © 1996-2009 Geotools. All Rights Reserved.