public class AssociationDescriptorImpl extends PropertyDescriptorImpl implements AssociationDescriptor
isNillable, maxOccurs, minOccurs, name, type
Constructor and Description |
---|
AssociationDescriptorImpl(AssociationType type,
Name name,
int min,
int max,
boolean isNillable) |
Modifier and Type | Method and Description |
---|---|
AssociationType |
getType()
The type of the property defined by the descriptor.
|
equals, getMaxOccurs, getMinOccurs, getName, getUserData, hashCode, isNillable, toString
getMaxOccurs, getMinOccurs, getName, getUserData, isNillable
public AssociationDescriptorImpl(AssociationType type, Name name, int min, int max, boolean isNillable)
public AssociationType getType()
PropertyDescriptor
This value should never be null
. The type contains information about the
value of the property such as its java class.
getType
in interface AssociationDescriptor
getType
in interface PropertyDescriptor
getType
in class PropertyDescriptorImpl
PropertyDescriptor.getType()
Copyright © 1996–2023 Geotools. All rights reserved.