org.geotools.feature.type
Class AssociationDescriptorImpl
Object
PropertyDescriptorImpl
AssociationDescriptorImpl
- All Implemented Interfaces:
- AssociationDescriptor, PropertyDescriptor
public class AssociationDescriptorImpl
- extends PropertyDescriptorImpl
- implements AssociationDescriptor
AssociationDescriptorImpl
public AssociationDescriptorImpl(AssociationType type,
Name name,
int min,
int max,
boolean isNillable)
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.