comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java @ 2617:71086a3a1c5f

Issue 499. Added validation for 'W free'. flys-artifacts/trunk@4201 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 05 Apr 2012 08:51:53 +0000
parents 247f3e98a14b
children 3f24865082da
comparison
equal deleted inserted replaced
2616:27cc95e65f18 2617:71086a3a1c5f
1334 } 1334 }
1335 return Arrays.asList(inactives).contains(facetName) 1335 return Arrays.asList(inactives).contains(facetName)
1336 ? 0 1336 ? 0
1337 : 1; 1337 : 1;
1338 } 1338 }
1339
1340
1341 /**
1342 * Returns the WstValueTable.
1343 */
1344 public WstValueTable getWstValueTable() {
1345 River r = FLYSUtils.getRiver(this);
1346 return WstValueTableFactory.getTable(r);
1347 }
1339 } 1348 }
1340 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 1349 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org