org.geotools.feature.type
Class AssociationDescriptorImpl

java.lang.Object
  extended by org.geotools.feature.type.PropertyDescriptorImpl
      extended by org.geotools.feature.type.AssociationDescriptorImpl
All Implemented Interfaces:
org.opengis.feature.type.AssociationDescriptor, org.opengis.feature.type.PropertyDescriptor

public class AssociationDescriptorImpl
extends PropertyDescriptorImpl
implements org.opengis.feature.type.AssociationDescriptor


Field Summary
 
Fields inherited from class org.geotools.feature.type.PropertyDescriptorImpl
isNillable, maxOccurs, minOccurs, name, type
 
Constructor Summary
AssociationDescriptorImpl(org.opengis.feature.type.AssociationType type, org.opengis.feature.type.Name name, int min, int max, boolean isNillable)
           
 
Method Summary
 org.opengis.feature.type.AssociationType getType()
           
 
Methods inherited from class org.geotools.feature.type.PropertyDescriptorImpl
equals, getMaxOccurs, getMinOccurs, getName, getUserData, hashCode, isNillable, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.feature.type.PropertyDescriptor
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
 

Constructor Detail

AssociationDescriptorImpl

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

getType

public org.opengis.feature.type.AssociationType getType()
Specified by:
getType in interface org.opengis.feature.type.AssociationDescriptor
Specified by:
getType in interface org.opengis.feature.type.PropertyDescriptor
Overrides:
getType in class PropertyDescriptorImpl


Copyright © 1996-2010 Geotools. All Rights Reserved.