/[schmitzm]/branches/2.4.x/src/skrueger/AttributeMetadataInterface.java
ViewVC logotype

Diff of /branches/2.4.x/src/skrueger/AttributeMetadataInterface.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 772 by alfonx, Sun Mar 21 14:05:26 2010 UTC revision 797 by alfonx, Sat Apr 10 16:12:40 2010 UTC
# Line 1  Line 1 
1  package skrueger;  package skrueger;
2    
 import java.io.Serializable;  
3  import java.util.HashSet;  import java.util.HashSet;
 import java.util.Set;  
4    
5  import org.geotools.feature.NameImpl;  import org.geotools.feature.NameImpl;
6  import org.opengis.feature.type.Name;  import org.opengis.feature.type.Name;
# Line 60  public interface AttributeMetadataInterf Line 58  public interface AttributeMetadataInterf
58           * {@link #getLocalName()} value. The first may be <code>null</code> or           * {@link #getLocalName()} value. The first may be <code>null</code> or
59           * represent the layer name.           * represent the layer name.
60           */           */
61          public NameImpl getName();          public Name getName();
62    
63          /**          /**
64           * set the fully qualified {@link Name} of this attribute.           * set the fully qualified {@link Name} of this attribute.
65           */           */
66          public void setName(NameImpl name);          public void setName(Name name);
67    
68          /**          /**
69           * A list og objects that represent NODATA-values for this attribute. The           * A list og objects that represent NODATA-values for this attribute. The

Legend:
Removed from v.772  
changed lines
  Added in v.797

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26