org.geotools.feature.type
Class AssociationTypeImpl
Object
PropertyTypeImpl
AssociationTypeImpl
- All Implemented Interfaces:
- AssociationType, PropertyType
public class AssociationTypeImpl
- extends PropertyTypeImpl
- implements AssociationType
relatedType
protected final AttributeType relatedType
AssociationTypeImpl
public AssociationTypeImpl(Name name,
AttributeType referenceType,
boolean isAbstract,
List<Filter> restrictions,
AssociationType superType,
InternationalString description)
getRelatedType
public AttributeType getRelatedType()
- Specified by:
getRelatedType
in interface AssociationType
getSuper
public AssociationType getSuper()
- Specified by:
getSuper
in interface AssociationType
- Specified by:
getSuper
in interface PropertyType
- Overrides:
getSuper
in class PropertyTypeImpl
hashCode
public int hashCode()
- Specified by:
hashCode
in interface PropertyType
- Overrides:
hashCode
in class PropertyTypeImpl
equals
public boolean equals(Object other)
- Specified by:
equals
in interface PropertyType
- Overrides:
equals
in class PropertyTypeImpl
toString
public String toString()
- Overrides:
toString
in class PropertyTypeImpl
Copyright © 1996-2009 Geotools. All Rights Reserved.