comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java @ 64:3d646d3e8e27

Enhanced the ArtifactDescription and its default implementation to provide output modes. flys-client/trunk@1546 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 23 Mar 2011 11:06:31 +0000
parents a2923d63f530
children ba1b27b7d282
comparison
equal deleted inserted replaced
63:c8e651530f34 64:3d646d3e8e27
42 * Returns the reachable states as string. 42 * Returns the reachable states as string.
43 * 43 *
44 * @return the reachable states. 44 * @return the reachable states.
45 */ 45 */
46 public String[] getReachableStates(); 46 public String[] getReachableStates();
47
48
49 /**
50 * Returns the available output modes.
51 *
52 * @return the available output modes.
53 */
54 public OutputMode[] getOutputModes();
47 } 55 }
48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 56 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org