|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.wcts.capabilities.ActionType_Impl
<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.
----------------------------------------------------------------------
| 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 |
private java.util.ArrayList dCPTypes
private java.util.ArrayList format
| Constructor Detail |
ActionType_Impl(java.lang.String[] format,
DCPType[] dCPTypes)
| Method Detail |
public java.lang.String[] getFormat()
getFormat in interface ActionTypepublic void addFormat(java.lang.String format)
public void setFormat(java.lang.String[] format)
public DCPType[] getDCPTypes()
getDCPTypes in interface ActionTypepublic void addDCPType(DCPType dcpType)
getDCPTypes()public void setDCPType(DCPType[] dCPTypes)
getDCPTypes()public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||