org.deegree_impl.services.wcas.metadatadesc
Class DataCoupling_Impl
java.lang.Object
org.deegree_impl.services.wcas.metadatadesc.DataCoupling_Impl
- All Implemented Interfaces:
- DataCoupling
- public class DataCoupling_Impl
- extends java.lang.Object
- implements DataCoupling
DataCoupling_Impl.java
Created on 16. September 2002, 09:57
----------------------------------------------------------------------
- Version:
- $Revision: 1.3 $ $Date: 2004/05/10 08:40:58 $
- Author:
- Axel Schaefer
Constructor Summary |
DataCoupling_Impl(java.lang.String couplingtype)
Creates a new instance of DataCoupling_Impl |
Method Summary |
java.lang.String |
getCouplingType()
gets the attribute "couplingType". use="required"
Possible values are:
tight
loose
mixed |
void |
setCouplingType(java.lang.String couplingtype)
|
java.lang.String |
toString()
to String method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
couplingtype
private java.lang.String couplingtype
DataCoupling_Impl
public DataCoupling_Impl(java.lang.String couplingtype)
- Creates a new instance of DataCoupling_Impl
getCouplingType
public java.lang.String getCouplingType()
- gets the attribute "couplingType". use="required"
Possible values are:
- Specified by:
getCouplingType
in interface DataCoupling
setCouplingType
public void setCouplingType(java.lang.String couplingtype)
- See Also:
getCouplingType()
toString
public java.lang.String toString()
- to String method