Package org.geotools.feature.type
Class AssociationDescriptorImpl
- Object
-
- PropertyDescriptorImpl
-
- 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
Constructors Constructor Description AssociationDescriptorImpl(AssociationType type, Name name, int min, int max, boolean isNillable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationType
getType()
The type of the property defined by the descriptor.-
Methods inherited from class PropertyDescriptorImpl
equals, getMaxOccurs, getMinOccurs, getName, getUserData, hashCode, isNillable, toString
-
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()
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 interfaceAssociationDescriptor
- Specified by:
getType
in interfacePropertyDescriptor
- Overrides:
getType
in classPropertyDescriptorImpl
- See Also:
PropertyDescriptor.getType()
-
-