org.deegree_impl.services.wcas.metadatadesc
Class FunctionCode_Impl
java.lang.Object
   org.deegree_impl.services.wcas.metadatadesc.FunctionCode_Impl
org.deegree_impl.services.wcas.metadatadesc.FunctionCode_Impl
- All Implemented Interfaces: 
- FunctionCode
- public class FunctionCode_Impl- extends java.lang.Object- implements FunctionCode
FunctionCode_Impl.java
 Created on 16. September 2002, 10:02
 
----------------------------------------------------------------------
- Version:
- $Revision: 1.3 $ $Date: 2004/05/10 08:40:58 $
- Author:
- Axel Schaefer
| Field Summary | 
| (package private)  java.lang.String | value
 | 
 
| Constructor Summary | 
| FunctionCode_Impl(java.lang.String value)Creates a new instance of FunctionCode_Impl
 | 
 
| Method Summary | 
|  java.lang.String | getValue()returns the attribute "value". use="required"
 Possible values are:
 access
 additionalInformation
 download
 order
 search
 | 
|  void | setValue(java.lang.String value)
 | 
|  java.lang.String | toString()to String method
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
value
java.lang.String value
FunctionCode_Impl
public FunctionCode_Impl(java.lang.String value)
- Creates a new instance of FunctionCode_Impl
 
getValue
public java.lang.String getValue()
- returns the attribute "value". use="required"
 Possible values are:
 - access
 
- additionalInformation
 
- download
 
- order
 
- search
 
- 
- Specified by:
- getValuein interface- FunctionCode
 
- 
- Returns:
- the value-attribute
 
 
setValue
public void setValue(java.lang.String value)
- 
 
- 
- See Also:
- getValue()
 
toString
public java.lang.String toString()
- to String method
 
- 
 
-