org.geotools.feature.type
Class AttributeDescriptorImpl
Object
PropertyDescriptorImpl
AttributeDescriptorImpl
- All Implemented Interfaces:
- AttributeDescriptor, PropertyDescriptor
- Direct Known Subclasses:
- ChoiceAttributeType, DefaultAttributeType, FeatureAttributeType, GeometryDescriptorImpl, ListAttributeType, SetAttributeType
public class AttributeDescriptorImpl
- extends PropertyDescriptorImpl
- implements AttributeDescriptor
defaultValue
protected final Object defaultValue
AttributeDescriptorImpl
public AttributeDescriptorImpl(AttributeType type,
Name name,
int min,
int max,
boolean isNillable,
Object defaultValue)
getType
public AttributeType getType()
- Specified by:
getType
in interface AttributeDescriptor
- Specified by:
getType
in interface PropertyDescriptor
- Overrides:
getType
in class PropertyDescriptorImpl
getDefaultValue
public Object getDefaultValue()
- Specified by:
getDefaultValue
in interface AttributeDescriptor
hashCode
public int hashCode()
- Overrides:
hashCode
in class PropertyDescriptorImpl
equals
public boolean equals(Object o)
- Overrides:
equals
in class PropertyDescriptorImpl
toString
public String toString()
- Overrides:
toString
in class PropertyDescriptorImpl
getLocalName
public String getLocalName()
- Specified by:
getLocalName
in interface AttributeDescriptor
Copyright © 1996-2009 Geotools. All Rights Reserved.