org.geotools.feature.type
Class AssociationDescriptorImpl
Object
PropertyDescriptorImpl
AssociationDescriptorImpl
- All Implemented Interfaces:
- AssociationDescriptor, PropertyDescriptor
public class AssociationDescriptorImpl
- extends PropertyDescriptorImpl
- implements AssociationDescriptor
Method Summary |
AssociationType |
getType()
|
Methods inherited from interface PropertyDescriptor |
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable |
AssociationDescriptorImpl
public AssociationDescriptorImpl(AssociationType type,
Name name,
int min,
int max,
boolean isNillable)
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.