| java.lang.Object org.geotools.feature.iso.AssociationImpl
AssociationImpl | public class AssociationImpl implements Association(Code) | | |
Field Summary | |
AssociationDescriptor | descriptor The descriptor, this can never be null for association. | Attribute | related The related attribute. |
Constructor Summary | |
public | AssociationImpl(Attribute related, AssociationDescriptor descriptor) |
descriptor | AssociationDescriptor descriptor(Code) | | The descriptor, this can never be null for association.
|
related | Attribute related(Code) | | The related attribute.
|
AssociationImpl | public AssociationImpl(Attribute related, AssociationDescriptor descriptor)(Code) | | |
descriptor | public PropertyDescriptor descriptor()(Code) | | |
getDescriptor | public AssociationDescriptor getDescriptor()(Code) | | |
getRelated | public Attribute getRelated()(Code) | | |
getRelatedType | public AttributeType getRelatedType()(Code) | | |
getType | public AssociationType getType()(Code) | | |
hashCode | public int hashCode()(Code) | | |
setRelated | public void setRelated(Attribute related)(Code) | | |
|
|