Package org.geotools.api.feature.type
Interface AssociationDescriptor
- All Superinterfaces:
PropertyDescriptor
- All Known Implementing Classes:
AssociationDescriptorImpl
Describes an instance of an Association.
- Author:
- Jody Garnett, Refractions Research, Justin Deoliveira, The Open Planning Project
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Override ofPropertyDescriptor.getType()
which type narrows toAssociationType
.Methods inherited from interface PropertyDescriptor
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
-
Method Details
-
getType
AssociationType getType()Override ofPropertyDescriptor.getType()
which type narrows toAssociationType
.- Specified by:
getType
in interfacePropertyDescriptor
- See Also:
-