/[schmitzm]/trunk/src/skrueger/AttributeMetadata.java
ViewVC logotype

Diff of /trunk/src/skrueger/AttributeMetadata.java

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

revision 518 by alfonx, Fri Nov 13 18:16:38 2009 UTC revision 523 by alfonx, Wed Nov 18 09:54:52 2009 UTC
# Line 231  public class AttributeMetadata implement Line 231  public class AttributeMetadata implement
231                  this(attDesc.getName());                  this(attDesc.getName());
232          }          }
233    
234            public AttributeMetadata(AttributeDescriptor attDesc, int weight) {
235                    this(attDesc.getName());
236                    setWeight(weight);
237            }
238    
239          public boolean isVisible() {          public boolean isVisible() {
240                  return visible;                  return visible;
241          }          }

Legend:
Removed from v.518  
changed lines
  Added in v.523

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26