org.deegree_impl.services.wcts.capabilities
Class ActionType_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcts.capabilities.ActionType_Impl
All Implemented Interfaces:
ActionType

public class ActionType_Impl
extends java.lang.Object
implements ActionType

<GetCapabilities>, <Transform>, <IsTransformable> and the optional <DescribeTransformation> consist the same two elements, which are included in this class: the <Format>-element and the <DCPType>-element.

----------------------------------------------------------------------

Version:
2002-07-10
Author:
Katharina Lupp

Field Summary
private  java.util.ArrayList dCPTypes
           
private  java.util.ArrayList format
           
 
Constructor Summary
(package private) ActionType_Impl(java.lang.String[] format, DCPType[] dCPTypes)
          constructor initializing the class with the <ActionType>
 
Method Summary
 void addDCPType(DCPType dcpType)
           
 void addFormat(java.lang.String format)
          adds ;
 DCPType[] getDCPTypes()
          returns the <DCPType> element
 java.lang.String[] getFormat()
          returns the <Format> element
 void setDCPType(DCPType[] dCPTypes)
           
 void setFormat(java.lang.String[] format)
          sets the <knownTransformationTypes>
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dCPTypes

private java.util.ArrayList dCPTypes

format

private java.util.ArrayList format
Constructor Detail

ActionType_Impl

ActionType_Impl(java.lang.String[] format,
                DCPType[] dCPTypes)
constructor initializing the class with the <ActionType>

Method Detail

getFormat

public java.lang.String[] getFormat()
returns the <Format> element

Specified by:
getFormat in interface ActionType

addFormat

public void addFormat(java.lang.String format)
adds ;


setFormat

public void setFormat(java.lang.String[] format)
sets the <knownTransformationTypes>


getDCPTypes

public DCPType[] getDCPTypes()
returns the <DCPType> element

Specified by:
getDCPTypes in interface ActionType

addDCPType

public void addDCPType(DCPType dcpType)
See Also:
getDCPTypes()

setDCPType

public void setDCPType(DCPType[] dCPTypes)
See Also:
getDCPTypes()

toString

public java.lang.String toString()
Returns: