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
ConstructorsConstructorDescriptionAssociationDescriptorImpl(AssociationType type, Name name, int min, int max, boolean isNillable) -
Method Summary
Methods inherited from class PropertyDescriptorImpl
equals, getMaxOccurs, getMinOccurs, getName, getUserData, hashCode, isNillable, toStringMethods inherited from interface PropertyDescriptor
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
-
Constructor Details
-
AssociationDescriptorImpl
public AssociationDescriptorImpl(AssociationType type, Name name, int min, int max, boolean isNillable)
-
-
Method Details
-
getType
Description copied from interface:PropertyDescriptorThe 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:
getTypein interfaceAssociationDescriptor- Specified by:
getTypein interfacePropertyDescriptor- Overrides:
getTypein classPropertyDescriptorImpl- See Also:
-