org.deegree.protocol.ows.metadata.domain
Class Value

java.lang.Object
  extended by org.deegree.protocol.ows.metadata.domain.Value
All Implemented Interfaces:
Values

public class Value
extends Object
implements Values

A single value.

Data model has been designed to capture the expressiveness of all OWS specifications and versions and was verified against the following specifications:

From OWS Common 2.0: A single value, encoded as a string. This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter.

Version:
$Revision: 31860 $, $Date: 2011-09-13 15:11:47 +0200 (Tue, 13 Sep 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
Value(String value)
          Creates a new Value instance.
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value

public Value(String value)
Creates a new Value instance.

Parameters:
value -
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2011. All Rights Reserved.