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

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

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

trunk/src/skrueger/AttributeMetadata.java revision 769 by alfonx, Sun Mar 21 11:02:34 2010 UTC branches/2.2.x/src/skrueger/AttributeMetadataInterface.java revision 897 by alfonx, Mon Jun 7 14:14:39 2010 UTC
# Line 7  import org.opengis.feature.type.Name; Line 7  import org.opengis.feature.type.Name;
7  import skrueger.geotools.Copyable;  import skrueger.geotools.Copyable;
8  import skrueger.i8n.Translation;  import skrueger.i8n.Translation;
9    
10  public interface AttributeMetadata extends Copyable<AttributeMetadata>,  public interface AttributeMetadataInterface extends Copyable<AttributeMetadataInterface>,
11                  Comparable<AttributeMetadata> {                  Comparable<AttributeMetadataInterface> {
12    
13          /**          /**
14           * @return a translatable title for this attribute..           * @return a translatable title for this attribute..
# Line 19  public interface AttributeMetadata exten Line 19  public interface AttributeMetadata exten
19           * Set a translatable title for this attribute..           * Set a translatable title for this attribute..
20           */           */
21          public void setTitle(Translation title);          public void setTitle(Translation title);
22            
23            /**
24             * Set an untranslated title for this attribute or pass a {@link Translation} encryped as a {@link String}
25             */
26            public void setTitle(String title);
27    
28          /**          /**
29           * @return a translatable description for this attribute           * @return a translatable description for this attribute
# Line 31  public interface AttributeMetadata exten Line 36  public interface AttributeMetadata exten
36          public void setDesc(Translation desc);          public void setDesc(Translation desc);
37    
38          /**          /**
39             * Set an untranslated description for this attribute or pass a {@link Translation} encryped as a {@link String}  
40             */
41            public void setDesc(String desc);
42    
43    
44            /**
45           * The local name. E.g. the name of the DBF column as a {@link String}.           * The local name. E.g. the name of the DBF column as a {@link String}.
46           */           */
47          public String getLocalName();          public String getLocalName();

Legend:
Removed from v.769  
changed lines
  Added in v.897

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26