Parent Directory
|
Revision Log
|
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 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |