|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.capabilities.LockFeature_Impl
Defines the access to the elements/attributes of the LockFeature tag of a capabilities response .
-----------------------------------------------------
Field Summary | |
private java.util.ArrayList |
dCPType
|
Constructor Summary | |
(package private) |
LockFeature_Impl()
default constructor |
(package private) |
LockFeature_Impl(DCPType[] dCPType)
constructor initializing the class with the |
Method Summary | |
void |
addDCPType(DCPType dCPType)
adds the available Distributed Computing Platforms (DCPs) for a operation. |
DCPType[] |
getDCPType()
The only available distributed computing platform is HTTP for which two request methods are defined; GET and POST. |
void |
setDCPType(DCPType[] dCPTypes)
adds the available Distributed Computing Platforms (DCPs) for a operation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList dCPType
Constructor Detail |
LockFeature_Impl()
LockFeature_Impl(DCPType[] dCPType)
Method Detail |
public DCPType[] getDCPType()
getDCPType
in interface LockFeature
public void addDCPType(DCPType dCPType)
public void setDCPType(DCPType[] dCPTypes)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |