org.deegree_impl.services.wcas.metadatadesc
Class PresentationFormCode_Impl
java.lang.Object
org.deegree_impl.services.wcas.metadatadesc.PresentationFormCode_Impl
- All Implemented Interfaces:
- PresentationFormCode
- public class PresentationFormCode_Impl
- extends java.lang.Object
- implements PresentationFormCode
PresentationFormCode_Impl.java
Created on 16. September 2002, 10:31
Field Summary |
(package private) java.lang.String |
value
|
Method Summary |
java.lang.String |
getValue()
gets the value-attribute.
|
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
PresentationFormCode_Impl
public PresentationFormCode_Impl(java.lang.String value)
- Creates a new instance of PresentationFormCode_Impl
getValue
public java.lang.String getValue()
- gets the value-attribute.
Available values for the value are:
- document
- hardcopyMap
- image
- model
- profile
- rasterMap
- table
- vectorMap
- view
- Specified by:
getValue
in interface PresentationFormCode
setValue
public void setValue(java.lang.String value)
- See Also:
getValue()
toString
public java.lang.String toString()
- to String method