Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/TransitionBase.java @ 116:820238357bab
Added Horizontal-Profile-Support for Meshes.
Modify the Workflow for Horizontal-Profile-InstantaneousPoint
gnv-artifacts/trunk@169 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 02 Oct 2009 08:07:00 +0000 |
parents | e01c163ea5b0 |
children | ef157bd2fa92 |
comparison
equal
deleted
inserted
replaced
115:158e89c2263b | 116:820238357bab |
---|---|
57 | 57 |
58 private String description = null; | 58 private String description = null; |
59 | 59 |
60 protected String dataName = null; | 60 protected String dataName = null; |
61 | 61 |
62 private boolean dataMultiSelect = false; | 62 protected boolean dataMultiSelect = false; |
63 | 63 |
64 protected String queryID = null; | 64 protected String queryID = null; |
65 | 65 |
66 private Collection<String> reachableTransitions = null; | 66 private Collection<String> reachableTransitions = null; |
67 | 67 |